Skip to content

Commit

Permalink
Add the secrets repo
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-josiah committed Nov 3, 2023
1 parent 4f51a93 commit 5eb6342
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/svc-bip-api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: 'Checkout source code'
uses: actions/checkout@v3

- name: "Checkout abd-vro-dev-secrets repo"
uses: actions/checkout@v3
with:
# Checkout using a PAT so that we can access the internal repo
token: ${{ secrets.ACCESS_TOKEN_CHECKOUT_INTERNAL_REPO }}
repository: 'department-of-veterans-affairs/abd-vro-dev-secrets'
path: "${{ env.VRO_DEV_SECRETS_FOLDER }}"

- name: 'Build the images'
uses: ./.github/actions/build-images

Expand Down

0 comments on commit 5eb6342

Please sign in to comment.