Skip to content

Commit

Permalink
ci: upgrade aws credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjohnl committed Dec 18, 2023
1 parent 7e3081b commit 1245a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# TODO: use GitHub's OIDC provider in conjunction with a configured AWS IAM Identity Provider endpoint instead
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1245a73

Please sign in to comment.