Skip to content

Commit 1faa39e

Browse files
committed
👷 Change token name in pnpm-publish
1 parent 93c8d9d commit 1faa39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pnpm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
scope: "@coderabbitai"
4343
- run: pnpm publish --access public --no-git-checks --provenance
4444
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
45+
NODE_AUTH_TOKEN: ${{ secrets.CODERABBIT_NPM_TOKEN }}
4646

4747
- run: pnpm pack --pack-gzip-level 9
4848
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag coderabbitai-ast-grep-langs-*.tgz

0 commit comments

Comments
 (0)