We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562b585 commit 5a1f640Copy full SHA for 5a1f640
1 file changed
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
validate: true
43
format: true
44
arg-var-file: ${{ env.VAR_FILE }}
45
- arg-var: cluster_ci_access_role_arn=${{ secrets.AWS_OIDC_ROLE }}
+ arg-var: cluster_ci_access_role_arn=${{ secrets.AWS_OIDC_ROLE }},cluster_admin_access_role_arns={{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
46
label-pr: false
47
- name: Get TF Outputs
48
run: |
0 commit comments