Skip to content

Commit b5d8c2b

Browse files
authored
chore(ci): Remove NODE_AUTH_TOKEN (#426)
1 parent 6510306 commit b5d8c2b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/publish-latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
- run: pnpm install --frozen-lockfile
2222
- run: pnpm publish --tag=latest
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2524
NPM_CONFIG_PROVENANCE: true
2625
NPM_CONFIG_GIT_CHECKS: false

.github/workflows/publish-next.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
- run: pnpm install --frozen-lockfile
2222
- run: pnpm publish --tag=next
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2524
NPM_CONFIG_PROVENANCE: true
2625
NPM_CONFIG_GIT_CHECKS: false

0 commit comments

Comments
 (0)