Skip to content

Commit 9308a1a

Browse files
committed
🔧 Change token for npmjs
1 parent 73bd71e commit 9308a1a

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
- name: Sign

0 commit comments

Comments
 (0)