Skip to content

Commit e624622

Browse files
committed
Try AWS account 488059965635 for Prod
1 parent 801304a commit e624622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-a3s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Configure AWS credentials
7575
uses: aws-actions/configure-aws-credentials@v4
7676
with:
77-
# Dev: 011528275708, Prod: 718197818630
78-
role-to-assume: arn:aws:iam::${{ inputs.environment == 'Prod' && '718197818630' || '011528275708' }}:role/${{ vars.CICD_ROLE }}
77+
# Dev: 011528275708, Prod: 488059965635
78+
role-to-assume: arn:aws:iam::${{ inputs.environment == 'Prod' && '488059965635' || '011528275708' }}:role/${{ vars.CICD_ROLE }}
7979
aws-region: eu-central-1
8080

8181
- name: Login to Amazon ECR

0 commit comments

Comments
 (0)