Skip to content

Commit

Permalink
Fix some examples to include project_id (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 29, 2023
1 parent 7c4e01f commit 0a2edc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/EXAMPLES.md
Expand Up @@ -47,6 +47,7 @@ jobs:

- uses: 'google-github-actions/auth@v2'
with:
project_id: 'my-project'
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'

Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
project_id: 'my-project'
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'

- name: 'Set up Cloud SDK'
Expand Down

0 comments on commit 0a2edc1

Please sign in to comment.