diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index 4d745d88..02b85da1 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -41,9 +41,6 @@ jobs: node-version: 16 registry-url: https://npm.pkg.github.com - - name: Configure npm - run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GPR_ACCESS_TOKEN }} - - name: Install npm@8 globally (windows) if: matrix.os == 'windows-latest' run: npm i -g npm@8 diff --git a/.npmrc b/.npmrc index 9e220daf..6cd5a6ad 100644 --- a/.npmrc +++ b/.npmrc @@ -8,4 +8,3 @@ # > npm login --scope=@microsoft --registry=https://npm.pkg.github.com @microsoft:registry=https://npm.pkg.github.com/ -always-auth=true