Skip to content

Commit

Permalink
Updated actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanshamod committed Aug 13, 2024
1 parent 8d5438b commit 74e7b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
role-session-name: 'GitHub_to_AWS_via_FederatedOIDC'
Expand Down

0 comments on commit 74e7b5e

Please sign in to comment.