Skip to content

Commit 13af2cd

Browse files
Merge pull request #188 from SocketDev/cg/testFixPublishAction
[fix] Publish GitHub action
2 parents 6b950ef + 44972c8 commit 13af2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)