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.
NPM_TOKEN
1 parent ddecd6e commit 122a6acCopy full SHA for 122a6ac
.github/workflows/release.yml
@@ -38,4 +38,4 @@ jobs:
38
version: pnpm run stage
39
env:
40
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
41
- NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/snapshot.yml
@@ -34,4 +34,4 @@ jobs:
34
pre-publish: pnpm run build
35
36
37
0 commit comments