Skip to content

Commit

Permalink
Merge pull request #12 from casper-network/bradjohnl_fix_deployments
Browse files Browse the repository at this point in the history
ci: upgrade aws credentials action
  • Loading branch information
bradjohnl authored Dec 18, 2023
2 parents 7e3081b + 1245a73 commit 2f2dde9
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 2f2dde9

Please sign in to comment.