Skip to content

Commit

Permalink
use latest configure-aws-credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Dec 12, 2024
1 parent 34665e9 commit 69b612f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
environment: develop
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down Expand Up @@ -240,10 +240,11 @@ jobs:
password: ${{ needs.pytest-docker.outputs.ecr-password }}
env:
DISABLE_SSL: true
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
options: "--user root"
steps:
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }}
aws-region: "us-east-1"
Expand Down

0 comments on commit 69b612f

Please sign in to comment.