Skip to content

Commit

Permalink
fix: secret NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 28, 2022
1 parent 2200e0a commit abccc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-pr.yml
Expand Up @@ -2,4 +2,4 @@
uses: wistia/publish-branch-to-npm@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}

0 comments on commit abccc78

Please sign in to comment.