We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6667815 commit 5ff647cCopy full SHA for 5ff647c
.github/workflows/publish-node-package.yaml
@@ -25,3 +25,5 @@ jobs:
25
- name: Publish node packages
26
run: |
27
npm publish --access public
28
+ env:
29
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments