From 976f314883d4f67712be4f952a64b8c3f4084daa Mon Sep 17 00:00:00 2001 From: Eric Weber Date: Sat, 5 Oct 2024 11:46:10 -0700 Subject: [PATCH] chore: no impersonate --- .github/workflows/push-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-workflow.yaml b/.github/workflows/push-workflow.yaml index f49ab94..91e06b5 100644 --- a/.github/workflows/push-workflow.yaml +++ b/.github/workflows/push-workflow.yaml @@ -26,6 +26,6 @@ jobs: tg_command: 'plan --terragrunt-log-level debug --terragrunt-debug' env: GOOGLE_OAUTH_ACCESS_TOKEN: ${{ steps.auth.outputs.access_token }} - GOOGLE_BACKEND_IMPERSONATE_SERVICE_ACCOUNT: github-actions-plan@gha-gcp-opentofu-7.iam.gserviceaccount.com + # GOOGLE_BACKEND_IMPERSONATE_SERVICE_ACCOUNT: github-actions-plan@gha-gcp-opentofu-7.iam.gserviceaccount.com # apply: # github-actions-apply@gha-gcp-opentofu-7.iam.gserviceaccount.com