Skip to content

Commit

Permalink
chore: use predefined GH token for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Aug 23, 2023
1 parent 85e5424 commit 404803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# npm run e2e:ci
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Copy docs from stream-chat-css
Expand Down

0 comments on commit 404803c

Please sign in to comment.