Skip to content

Commit c7879b7

Browse files
committed
fix: correct secret name
1 parent 5f751a3 commit c7879b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: npm ci --ignore-scripts
3030
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
31+
NODE_AUTH_TOKEN: ${{ secrets.node_auth_token }}
3232
- name: Package .NET module
3333
shell: bash
3434
run: npm run pack

0 commit comments

Comments
 (0)