Skip to content

Commit 732085a

Browse files
authored
action: fix node package auth
PR-URL: #3
1 parent c8e44e7 commit 732085a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
registry-url: https://npm.pkg.github.com/
1616
- run: npm ci
1717
- run: npm publish
18+
env:
19+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)