Skip to content

Commit 9c826da

Browse files
committed
chore: update GitHub OIDC deploy role
1 parent c74d82c commit 9c826da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/aws_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/deploy_staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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"
@@ -41,7 +41,7 @@ jobs:
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"

0 commit comments

Comments
 (0)