File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44
44
required : false
45
45
root_ca_cert :
46
46
required : false
47
+ aws_account_id :
48
+ required : false
47
49
jobs :
48
50
49
51
OS-OSD-Deployment :
@@ -131,7 +133,7 @@ jobs:
131
133
- name : Step 6 - Configure AWS Credentials
132
134
uses : aws-actions/configure-aws-credentials@v4
133
135
with :
134
- role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID_PREVIEW }}:role/ekspreviewadminrole -github
136
+ role-to-assume : arn:aws:iam::${{ secrets.aws_account_id }}:role/eks${{inputs.deploy-env}}adminrole -github
135
137
aws-region : ${{ secrets.region }}
136
138
137
139
- name : Step 7 - Delete Logstash
Original file line number Diff line number Diff line change 35
35
esnode_cert : ${{ secrets.ESNODE_CERT }}
36
36
esnode_key_cert : ${{ secrets.ESNODE_KEY_CERT }}
37
37
root_ca_cert : ${{ secrets.ROOT_CA_CERT }}
38
+ aws_account_id : ${{ secrets.AWS_ACCOUNT_ID_PREVIEW }}
38
39
39
40
OSD-Functional-Test-Preview :
40
41
needs : OS-OSD-Preview-Scheduled-Deployment
You can’t perform that action at this time.
0 commit comments