Skip to content

Commit

Permalink
Added dev secrets repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Nov 22, 2023
1 parent 86a2508 commit 906e34b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ee-ep-merge-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ on:

env:
COMPOSE_PROFILES: 'bip'
VRO_DEV_SECRETS_FOLDER: "${{ github.workspace }}/.cache/abd-vro-dev-secrets"

jobs:
integration-test:
runs-on: ubuntu-latest
steps:

- 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 906e34b

Please sign in to comment.