diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index f371fe4f..7e05c6c8 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -96,12 +96,6 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' - - name: Configure npm for JupiterOne packages - run: | - echo "@jupiterone:registry=https://npm.pkg.github.com" >> .npmrc - echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc - echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc - - name: Install dependencies run: npm ci --include=optional env: