Skip to content

Commit dfd9147

Browse files
committed
fix: add GH pa token
1 parent b2d2803 commit dfd9147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222

2323
- run: cd npm && npm publish
2424
env:
25-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
25+
NODE_AUTH_TOKEN: ${{secrets.GH_PA_TOKEN}}

0 commit comments

Comments
 (0)