Skip to content

Commit

Permalink
Merge pull request #10 from sr33hari/staging
Browse files Browse the repository at this point in the history
upadted google credentialsv3
  • Loading branch information
sr33hari authored Jul 11, 2024
2 parents 50a73fb + 4c5d3a6 commit 57f79d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:

- name: Setup Google Cloud Credentials
run: |
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > $HOME/gcloud.json
gcloud auth activate-service-account --key-file=$HOME/gcloud.json
gcloud auth configure-docker us-west2-docker.pkg.dev
env:
GOOGLE_APPLICATION_CREDENTIALS: $HOME/gcloud.json
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
Expand Down

0 comments on commit 57f79d1

Please sign in to comment.