We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e44e7 commit 732085aCopy full SHA for 732085a
.github/workflows/nodejs-package.yml
@@ -15,3 +15,5 @@ jobs:
15
registry-url: https://npm.pkg.github.com/
16
- run: npm ci
17
- run: npm publish
18
+ env:
19
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments