Skip to content

Commit d780194

Browse files
authored
fix: use NODE_AUTH_TOKEN for npm auth (#205)
Use NODE_AUTH_TOKEN for npm auth
1 parent 4f9e50f commit d780194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
title: 'chore: version packages'
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141

4242
- name: Deploy JSON schema to Firebase Hosting
4343
if: steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)