Skip to content

Commit 8871270

Browse files
committed
build: fix GH secret reference (missing \$)
1 parent 5a1f640 commit 8871270

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 }},cluster_admin_access_role_arns={{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
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)