diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b66c0102d..933675d47 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -33,12 +33,6 @@ jobs: with: fetch-depth: 0 - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - uses: ./.github/actions/setup - run: pnpm install --frozen-lockfile @@ -119,12 +113,6 @@ jobs: with: fetch-depth: 2 - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - uses: ./.github/actions/before-install - run: pnpm install --frozen-lockfile - name: upload npm logs @@ -154,12 +142,6 @@ jobs: with: fetch-depth: 0 - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - uses: ./.github/actions/before-install - run: pnpm install --frozen-lockfile - name: upload npm logs @@ -258,12 +240,6 @@ jobs: - name: Before install uses: ./.github/actions/before-install - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9f47af0f..f6035ea3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,12 +59,6 @@ jobs: uses: actions/checkout@v7 with: fetch-depth: 0 - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - uses: ./.github/actions/setup - run: pnpm install --frozen-lockfile - run: pnpm affected:lint --base=origin/develop @@ -86,11 +80,6 @@ jobs: uses: actions/checkout@v7 with: fetch-depth: 0 - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - uses: ./.github/actions/before-install - run: pnpm install --frozen-lockfile - run: pnpm affected:test --browsers=ChromeHeadless --watch=false $TEST_OPTS --base=origin/develop