Skip to content

Commit

Permalink
add actions-read-private-repos in build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Jan 23, 2024
1 parent ee35a3c commit 27b6177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
node-version-file: .nvmrc
cache: 'npm'
- uses: guardian/actions-read-private-repos@v0.1.1
with:
private-ssh-keys: ${{ secrets.PRIVATE_INFRASTRUCTURE_CONFIG_DEPLOY_KEY }}
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 27b6177

Please sign in to comment.