Skip to content

Commit

Permalink
fix: add NPM token to fetch private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecPablo committed Jul 11, 2024
1 parent ab979aa commit 1a6b9f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,11 @@ jobs:
docker rm "$CONTAINER_ID"
- name: Install Solana CLI # required for ensuring the local test validator is configured correctly
run: ./scripts/install-solana-ci.sh

- name: Configure npm for private packages
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.GAUNTLET_READ_NPM_TOKEN }}" > ./gauntlet/.npmrc
- name: Install gauntlet
run: |
yarn --cwd ./gauntlet install --frozen-lockfile
Expand Down

0 comments on commit 1a6b9f4

Please sign in to comment.