Skip to content

Commit 623a8be

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

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.NPM_TOKEN }}
49+
NODE_AUTH_TOKEN: ${{ secrets.GITGUARDIAN_API_KEY }}

0 commit comments

Comments
 (0)