Skip to content

Commit 5a1f640

Browse files
committed
build: add admin arns for cluster access
1 parent 562b585 commit 5a1f640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
validate: true
4343
format: true
4444
arg-var-file: ${{ env.VAR_FILE }}
45-
arg-var: cluster_ci_access_role_arn=${{ secrets.AWS_OIDC_ROLE }}
45+
arg-var: cluster_ci_access_role_arn=${{ secrets.AWS_OIDC_ROLE }},cluster_admin_access_role_arns={{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
4646
label-pr: false
4747
- name: Get TF Outputs
4848
run: |

0 commit comments

Comments
 (0)