Skip to content

Commit 04d2c5d

Browse files
committed
fix: use a dedicated registry token
1 parent a5757b8 commit 04d2c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./.github/actions/setup-project
2828
# NODE_AUTH_TOKEN is needed to install private Github packages
2929
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{ secrets.PKG_REGISTRY_TOKEN }}
3131

3232
- name: 'Lint'
3333
run: pnpm lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
# this project is configured to use the Github Package Registry, to use npm you need to use a token generated in npmjs.com
45-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
NPM_TOKEN: ${{ secrets.PKG_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)