Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 1692d30

Browse files
authored
Merge pull request #68 from github/feelepxyz/fix-node-token
Update npm auth env
2 parents d795db4 + 32c3c1d commit 1692d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- run: make build
5454
- run: npm publish --provenance --access public
5555
env:
56-
NPM_TOKEN: ${{ secrets.NPM_WEBAUTHN_JSON_PUBLISH_TOKEN }}
56+
NODE_AUTH_TOKEN: ${{ secrets.NPM_WEBAUTHN_JSON_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)