Skip to content

Commit 2bdc89c

Browse files
authored
Add NODE_AUTH_TOKEN to release workflow
Signed-off-by: Jeff Hampton <jhampton@gmail.com>
1 parent ee94aa2 commit 2bdc89c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: 🚀 Release
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5354
NPM_CONFIG_PROVENANCE: true
5455
HUSKY: 0
5556
run: |

0 commit comments

Comments
 (0)