Skip to content

Commit

Permalink
fix: use NPM_AUTH_TOKEN instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Nov 6, 2020
1 parent 3239786 commit fc9df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Expand Up @@ -38,5 +38,5 @@ jobs:
run: npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

0 comments on commit fc9df55

Please sign in to comment.