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}