From e6a71e2b9db9ecca0cff5ccef7715045f816e65b Mon Sep 17 00:00:00 2001 From: Charles Coggins Date: Thu, 23 Jan 2025 16:19:49 -0600 Subject: [PATCH] WIP: attempt to use the npm firewall in CI --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ac5a0fd..6cb9b7c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,9 @@ jobs: doc-checks: name: Test documentation website runs-on: ubuntu-latest + env: + NPM_CONFIG_REPLACE_REGISTRY_HOST: never + NPM_CONFIG_REGISTRY: https://phylum-dev%2Fmaxrake:${{ secrets.DELME_FIREWALL_TEST }}@npm.phylum.io/ steps: - name: Checkout the repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2