Update Terraform Deploy to GCP.yaml

This commit is contained in:
AbhishekHS220
2025-06-02 12:14:54 +05:30
committed by GitHub
parent 1ac7447455
commit dbf00b7939

View File

@@ -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