Skip to content

Commit 2bb45e6

Browse files
committed
change secrets in publish-npm.yaml
1 parent 623a8be commit 2bb45e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
git commit -m "Update addresses v$VERSION"
4747
git push
4848
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.GITGUARDIAN_API_KEY }}
49+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)