Skip to content

Commit 7669952

Browse files
authored
add github_token to GPR publish
1 parent c5d7d75 commit 7669952

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ jobs:
3838
env:
3939
TAG_NAME: 1.4.2
4040
- run: npm whoami; npm publish --@github:registry='https://npm.pkg.github.com'
41+
env:
42+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)