Skip to content

Commit

Permalink
chore: fix NODE_AUTH_TOKEN to NPM_AUTH_TOKEN for shipjs release (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyajan committed Oct 2, 2022
1 parent 9b40bbb commit 17299ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Expand Up @@ -27,4 +27,4 @@ jobs:
- run: npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 17299ff

Please sign in to comment.