Skip to content

Commit

Permalink
ci: update release token (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Feb 25, 2021
1 parent edb5bca commit 04ebb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,4 +44,4 @@ jobs:
if: ${{ github.event_name == 'push' }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
GITHUB_TOKEN: ${{secrets.github_token}}
GITHUB_TOKEN: ${{secrets.GH_RELEASE_TOKEN}}

0 comments on commit 04ebb3d

Please sign in to comment.