Skip to content

Commit 911eef8

Browse files
authored
Update npmpublish-alpha.yml
1 parent db6986c commit 911eef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npmpublish-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_REGISTRY_TOKEN}}
3434

3535
publish-gpr:
3636
needs: build

0 commit comments

Comments
 (0)