Fix some examples to include project_id (#353)
This commit is contained in:
parent
7c4e01fd00
commit
0a2edc185b
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue