Skip to content

Commit 99af30a

Browse files
AU87XU_ingAU87XU_ing
authored andcommitted
chore: set NPM_TOKEN to empty string
1 parent bae6d65 commit 99af30a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
publish: npx changeset publish --tag canary
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61+
NPM_TOKEN: ''

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ jobs:
5757
publish: npm run release
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
NPM_TOKEN: ''

0 commit comments

Comments
 (0)