File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
DEFAULT_APPLICATION_ENVIRONMENT :
5
5
required : true
6
6
type : string
7
- default : dev
7
+ default : tools
8
8
workflow_call :
9
9
inputs :
10
10
COMPONENT_NAME :
61
61
- name : Configure AWS credentials (OIDC)
62
62
uses : aws-actions/configure-aws-credentials@v4
63
63
with :
64
- role-to-assume : arn:aws:iam::${{ secrets.TARGET_AWS_ACCOUNT_ID }}:role/github-actions-role
64
+ role-to-assume : arn:aws:iam::${{ secrets.ECR_TARGET_ACCOUNT_ID }}:role/github-actions-role
65
65
aws-region : ${{ env.AWS_REGION }}
66
66
role-session-name : GitHubActions
67
67
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Configure AWS Credentials
114
114
uses : aws-actions/configure-aws-credentials@v2
115
115
with :
116
- role-to-assume : ${{ secrets.AWS_TERRAFORM_ROLE_TO_ASSUME }}
116
+ role-to-assume : arn:aws:iam:: ${{ secrets.ECR_TARGET_ACCOUNT_ID }}:role/github-actions-role
117
117
role-session-name : wfprev-terraform-s3
118
118
aws-region : ca-central-1
119
119
You can’t perform that action at this time.
0 commit comments