Skip to content

Commit

Permalink
latest version of google github actions auth added
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenormanlang committed Jul 29, 2024
1 parent dadd9c7 commit 8e03e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v2

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v0.10.0
uses: google-github-actions/auth@v2.1.3
with:
workload_identity_provider: 'projects/933537604681/locations/global/workloadIdentityPools/github-actions-deployment/providers/github-provider'
service_account: 'images-blog@blogflex-images.iam.gserviceaccount.com'
service_account_email: 'images-blog@blogflex-images.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2.1.3
with:
project_id: 'blogflex-images'

Expand Down

0 comments on commit 8e03e38

Please sign in to comment.