From dbf00b7939d9b2d16e352ad3ff69e9ca6bea8e4a Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Mon, 2 Jun 2025 12:14:54 +0530 Subject: [PATCH] Update Terraform Deploy to GCP.yaml --- .github/workflows/Terraform Deploy to GCP.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Terraform Deploy to GCP.yaml b/.github/workflows/Terraform Deploy to GCP.yaml index 8b524a5..827352e 100644 --- a/.github/workflows/Terraform Deploy to GCP.yaml +++ b/.github/workflows/Terraform Deploy to GCP.yaml @@ -7,8 +7,8 @@ jobs: terraform: name: Deploy GCP Infrastructure runs-on: ubuntu-latest - env: - GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcp-key.json + #env: + # GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcp-key.json steps: - name: Checkout this repository