[ACS-12322] remove unnecessary auth check

This commit is contained in:
Shivangi Shree
2026-09-11 16:42:54 +05:30
parent bb5235b06e
commit 136f386e90
2 changed files with 0 additions and 35 deletions
-24
View File
@@ -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
-11
View File
@@ -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