Skip to content

Commit

Permalink
WIP: attempt to use the npm firewall in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrake committed Jan 23, 2025
1 parent e49aeb1 commit e6a71e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6a71e2

Please sign in to comment.