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 a8a1c6a commit 08f765cCopy full SHA for 08f765c
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Publish packages to NPM
87
run: pnpm --recursive publish --no-git-checks
88
env:
89
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_OSS_AUTOMATION_TOKEN }}
90
91
- name: Push changes to repository
92
run: |
0 commit comments