Skip to content

Commit

Permalink
fix: use GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 committed Oct 22, 2022
1 parent 84ee1b5 commit 2a25a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- run: jq 'del(.devDependencies) | del(.scripts)' package.json > build/package.json
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2a25a1e

Please # to comment.