Skip to content

Commit

Permalink
chore: update npm token (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 3, 2021
1 parent 69a76f2 commit 8b585d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -54,5 +54,5 @@ jobs:
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
run: yarn semantic-release

0 comments on commit 8b585d5

Please sign in to comment.