Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
AWS role revised
  • Loading branch information
emgeier authored Oct 20, 2024
1 parent bfb4d64 commit 05cfd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05cfd11

Please sign in to comment.