Skip to content

Commit 8c3db7e

Browse files
Merge pull request #188 from SocketDev/cg/testFixPublishAction
[fix] Publish GitHub action
2 parents 9d124a4 + 0cd3db5 commit 8c3db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- run: npm ci
2424
- run: npm publish
2525
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)