Skip to content

Commit

Permalink
Upgrade to aws-actions/configure-aws-credentials@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lchoy committed Sep 2, 2023
1 parent 1e2dfca commit 8a8bfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Configure AWS Credentials
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/lchoy/website-migration' }}
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
aws-region: us-east-1
Expand Down

0 comments on commit 8a8bfab

Please sign in to comment.