We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8d9d commit 1faa39eCopy full SHA for 1faa39e
‎.github/workflows/pnpm-publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
scope: "@coderabbitai"
43
- run: pnpm publish --access public --no-git-checks --provenance
44
env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.CODERABBIT_NPM_TOKEN }}
46
47
- run: pnpm pack --pack-gzip-level 9
48
- run: gh release create "$VERSION" --generate-notes --title "$VERSION" --verify-tag coderabbitai-ast-grep-langs-*.tgz
0 commit comments