From 05cfd11003ad1485213013f8b4ac1639102b17cd Mon Sep 17 00:00:00 2001 From: Erin Geier <115035002+emgeier@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:18:22 -0500 Subject: [PATCH] Update main.yml AWS role revised --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7420aaa350..8298bf2f01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,9 +59,9 @@ jobs: - name: Configure AWS credentials from AWS account uses: aws-actions/configure-aws-credentials@v2 with: - role-to-assume: ${{ secrets.AWS_INTERIM_ROLE }} + role-to-assume: ${{ secrets.AWS_SROPHE_ROLE }} aws-region: us-east-1 - role-session-name: GitHub-OIDC-frontend + role-session-name: GitHub-OIDC-data # Step 6: Upload JSON files to S3 for inspection - name: Upload JSON files to S3 for testing