Skip to content

Commit

Permalink
Add NODE_AUTH_TOKEN to GitHub Actions for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
neriyaco committed Dec 7, 2024
1 parent 6667815 commit 5ff647c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-node-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
- name: Publish node packages
run: |
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5ff647c

Please sign in to comment.