Skip to content

Commit e4074be

Browse files
authored
chore: Update which secret is used for publishing local node. (#1226)
Signed-off-by: Roger Barker <[email protected]>
1 parent 9bd0604 commit e4074be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Publish npm package
3737
run: npm publish --access public
3838
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
NODE_AUTH_TOKEN: ${{ secrets.NPM_HG_TOKEN }}

0 commit comments

Comments
 (0)