File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 uses : docker/setup-buildx-action@v2
8787
8888 - name : Configure AWS credentials
89- uses : aws-actions/configure-aws-credentials@v2
89+ uses : aws-actions/configure-aws-credentials@v4
9090 with :
9191 role-to-assume : ${{ inputs.cicd-role }}
9292 role-session-name : github-action-application-deploy
Original file line number Diff line number Diff line change 1616 uses : ./.github/workflows/aws_deploy.yml
1717 with :
1818 aws-region : " ap-southeast-1"
19- cicd-role : " arn:aws:iam::095733531422:role/isomer-infra-stg -deploy-role"
19+ cicd-role : " arn:aws:iam::095733531422:role/isomer-infra-staging -deploy-role"
2020 ecr-repository : " isomer-infra-staging-ecr"
2121 ecs-cluster-name : " isomer-stg-ecs"
2222 ecs-web-service-name : " isomer-stg-ecs-service"
4141 uses : ./.github/workflows/aws_deploy.yml
4242 with :
4343 aws-region : " ap-southeast-1"
44- cicd-role : " arn:aws:iam::095733531422:role/isomer-infra-stg -deploy-role"
44+ cicd-role : " arn:aws:iam::095733531422:role/isomer-infra-staging -deploy-role"
4545 ecr-repository : " isomer-infra-staging-ecr"
4646 ecs-cluster-name : " isomer-stg-ecs"
4747 ecs-web-service-name : " stg-support-ecs-service"
You can’t perform that action at this time.
0 commit comments