Skip to content

Commit

Permalink
ci: update npm token (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Feb 27, 2021
1 parent 0c2c350 commit dbba17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,5 +44,5 @@ jobs:
- run: npm ci
- run: npm run release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # ff9b......76c4
GITHUB_TOKEN: ${{secrets.GH_RELEASE_TOKEN}}

0 comments on commit dbba17c

Please sign in to comment.