Skip to content

Commit 5b1aa0d

Browse files
authored
Add NODE_AUTH_TOKEN to release workflow
1 parent 4b4c674 commit 5b1aa0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
commit: 'chore: release package'
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4950
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)