We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5757b8 commit 04d2c5dCopy full SHA for 04d2c5d
.github/workflows/quality-check.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: ./.github/actions/setup-project
28
# NODE_AUTH_TOKEN is needed to install private Github packages
29
env:
30
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.PKG_REGISTRY_TOKEN }}
31
32
- name: 'Lint'
33
run: pnpm lint
.github/workflows/release.yml
@@ -42,4 +42,4 @@ jobs:
42
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
# 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 }}
+ NPM_TOKEN: ${{ secrets.PKG_REGISTRY_TOKEN }}
0 commit comments