mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-16 18:12:50 +00:00
[ACS-12322] remove unnecessary auth check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user