From 522443c30fddcb49ea0a6abf20a2c0bbfb245ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 19 Jul 2021 16:45:26 +0200 Subject: [PATCH] Change env variable name --- .github/workflows/CI.yml | 2 +- .npmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fa58373..96cd992 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/.npmrc b/.npmrc index 5db20f4..363267a 100644 --- a/.npmrc +++ b/.npmrc @@ -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} \ No newline at end of file +//npm.pkg.github.com/:_authToken=${GITHUB_REGISTERY_PAT}