Skip to content

Commit

Permalink
Using default NODE_AUTH_TOKEN for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla committed Dec 20, 2024
1 parent 2b12f26 commit 938629c
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 @@ -33,5 +33,5 @@ jobs:
- name: Publish to npm
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_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --access public

0 comments on commit 938629c

Please sign in to comment.