Skip to content

Commit

Permalink
Upgrade Github Actions image for aws-actions/configure-aws-credential…
Browse files Browse the repository at this point in the history
…s to v4.0.1
  • Loading branch information
Aaron Carlucci committed Nov 21, 2023
1 parent 2ce51b7 commit 5d7caf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- name: Clone the Git repository
uses: actions/checkout@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1.7.0
uses: aws-actions/configure-aws-credentials@v4.0.1
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
role-session-name: github-aws-oidc
aws-region: ${{ vars.AWS_REGION }}
# TODO: simple API call for now; replace with Terraform plan/apply
- name: Sts GetCallerIdentity
Expand Down

0 comments on commit 5d7caf0

Please sign in to comment.