Skip to content

Commit 13aa738

Browse files
committed
ci(*): correct way of passing npm token
1 parent 9326267 commit 13aa738

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3636
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3636
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)