Skip to content

Commit 648cada

Browse files
authored
fix(workflows) update NPM_TOKEN
1 parent 1d4caab commit 648cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mobx-devtools-mst-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
cat ./package.json
2929
npm publish
3030
env:
31-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
31+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3232

0 commit comments

Comments
 (0)