Skip to content

Commit 404803c

Browse files
committed
chore: use predefined GH token for releasing
1 parent 85e5424 commit 404803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# npm run e2e:ci
5858
- name: Release
5959
env:
60-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
60+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6262
run: npx semantic-release
6363
- name: Copy docs from stream-chat-css

0 commit comments

Comments
 (0)