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