Skip to content

Commit 3c2a1ae

Browse files
committed
build: rm json convert
1 parent 9c78ff5 commit 3c2a1ae

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: op5dev/tf-via-pr@v13
3838
env:
3939
TF_VAR_cluster_ci_access_role_arn: ${{ secrets.AWS_OIDC_ROLE }}
40-
TF_VAR_cluster_admin_access_role_arns: ${{ toJSON(secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS) }}
40+
TF_VAR_cluster_admin_access_role_arns: ${{ secrets.CLUSTER_ADMIN_ACCESS_ROLE_ARNS }}
4141
with:
4242
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
4343
tool: tofu

0 commit comments

Comments
 (0)