Skip to content

Commit d3f69de

Browse files
committed
token name
1 parent fcab30b commit d3f69de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
working-directory: server
219219
run: npm publish
220220
env:
221-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
221+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
222222

223223
- name: Copy analysis binaries to tools folder
224224
run: cp -r server/analysis_binaries/* tools/analysis_binaries
@@ -234,4 +234,4 @@ jobs:
234234
working-directory: tools
235235
run: npm publish
236236
env:
237-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
237+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)