Skip to content

Commit 7e11c70

Browse files
committed
npm publish fix
1 parent 0f4c9e8 commit 7e11c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
with:
2929
node-version: 22
3030
registry-url: https://registry.npmjs.org/
31+
env:
32+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_SHEET}}
3133
- run: npm install
3234
- run: npm run build
3335
- run: npm publish --provenance --access public
3436
env:
35-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
37+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_SHEET}}
3638

3739
publish-gpr:
3840
needs: build

0 commit comments

Comments
 (0)