Change env variable name

This commit is contained in:
Daniël van Noord
2021-07-19 16:45:26 +02:00
parent d8eea6939e
commit 522443c30f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ jobs:
Check_linting_test_and_build:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REGISTERY_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2

2
.npmrc
View File

@@ -1,4 +1,4 @@
always-auth=true
registry=https://registry.npmjs.org/
@cookiemonsterteam:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
//npm.pkg.github.com/:_authToken=${GITHUB_REGISTERY_PAT}