From 9ec9871462d86ca721494a8beb9126bd4af01caa Mon Sep 17 00:00:00 2001 From: Sean Fern Date: Tue, 11 Jun 2024 15:47:23 -0400 Subject: [PATCH] Use impl account and keystore in workflow --- .github/workflows/e2e-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 89dca16d0..863027b64 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -30,11 +30,11 @@ jobs: uses: aws-actions/configure-aws-credentials@v3 with: aws-region: ${{ vars.AWS_REGION }} - role-to-assume: ${{ vars.AB2D_DEV_ROLE }} + role-to-assume: arn:aws:iam::${{ secrets.IMPL_ACCOUNT_ID }}:role/delegatedadmin/developer/ab2d-test-github-actions - name: Download bfd keystore run: | - aws s3 cp s3://bcda-opensbx-access-logs/ab2d_sbx_keystore /tmp/ab2d_sbx_keystore + aws s3 cp s3://ab2d-east-impl-main/ab2d_imp_keystore /tmp/ab2d_imp_keystore - name: Set env vars from AWS params uses: cmsgov/ab2d-bcda-dpc-platform/actions/aws-params-env-action@main