We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f751a3 commit c7879b7Copy full SHA for c7879b7
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
shell: bash
29
run: npm ci --ignore-scripts
30
env:
31
- NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.node_auth_token }}
32
- name: Package .NET module
33
34
run: npm run pack
0 commit comments