Skip to content

Commit 100f714

Browse files
committed
chore: use correct secret
1 parent 89bc521 commit 100f714

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
--pre-dist-tag next
3737
env:
3838
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4040

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: actions/setup-node@v2.1.0
2121
with:
2222
node-version: '12.x'
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2523

2624
- name: Install, test and build
2725
run: |
@@ -42,4 +40,4 @@ jobs:
4240
--no-git-tag-version \
4341
--dist-tag dev
4442
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
--create-release github
4040
env:
4141
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)