Skip to content

Commit 217255a

Browse files
committed
rename secret to NODE_AUTH_TOKEN
1 parent 5092171 commit 217255a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'npm'
2121
registry-url: https://registry.npmjs.org/
2222
env:
23-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
23+
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2424
- run: npm install -g yarn
2525
- run: yarn
2626
- run: yarn run eslint . --ext ts,tsx --max-warnings 0

0 commit comments

Comments
 (0)