Skip to content

Commit 6e61d38

Browse files
committed
ci: pass NPM_TOKEN explicitly to publish step
1 parent 860b562 commit 6e61d38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ jobs:
5858
title: "chore: release packages"
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
62+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6163
NPM_CONFIG_PROVENANCE: true
6264
NPM_CONFIG_ACCESS: public

0 commit comments

Comments
 (0)