Skip to content

Commit 122a6ac

Browse files
authored
Switch to NPM_TOKEN (#71)
1 parent ddecd6e commit 122a6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
version: pnpm run stage
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
41-
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}
41+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
pre-publish: pnpm run build
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
37-
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)