Skip to content

Commit

Permalink
chore(ci): Add NPM_AUTH_TOKEN to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
lwille authored Mar 12, 2020
1 parent 89771f6 commit e4a93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
commit_pattern: "^Release v(\\S+)"
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated

NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # configured in Settings->Secrets

0 comments on commit e4a93d5

Please sign in to comment.