Skip to content

Commit

Permalink
Update gcp-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Aug 21, 2024
1 parent 3f7cb50 commit 4730c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}

Expand Down

0 comments on commit 4730c71

Please sign in to comment.