diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index 53bda043c..391dcf832 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -86,7 +86,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ inputs.cicd-role }} role-session-name: github-action-application-deploy @@ -114,7 +114,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ inputs.cicd-role }} role-session-name: github-action-application-deploy diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 21366c9a1..a24ba4a25 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -16,7 +16,7 @@ jobs: uses: ./.github/workflows/aws_deploy.yml with: aws-region: "ap-southeast-1" - cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role" + cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-staging-deploy-role" ecr-repository: "isomer-infra-staging-ecr" ecs-cluster-name: "isomer-stg-ecs" ecs-web-service-name: "isomer-stg-ecs-service" @@ -41,7 +41,7 @@ jobs: uses: ./.github/workflows/aws_deploy.yml with: aws-region: "ap-southeast-1" - cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role" + cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-staging-deploy-role" ecr-repository: "isomer-infra-staging-ecr" ecs-cluster-name: "isomer-stg-ecs" ecs-web-service-name: "stg-support-ecs-service"