Skip to content

Commit 5ff647c

Browse files
committed
Add NODE_AUTH_TOKEN to GitHub Actions for npm publish
1 parent 6667815 commit 5ff647c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-node-package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
- name: Publish node packages
2626
run: |
2727
npm publish --access public
28+
env:
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)