Skip to content

Commit 0a2edc1

Browse files
authored
Fix some examples to include project_id (#353)
1 parent 7c4e01f commit 0a2edc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/EXAMPLES.md

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- uses: 'google-github-actions/auth@v2'
4949
with:
50+
project_id: 'my-project'
5051
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
5152
service_account: '[email protected]'
5253

@@ -101,6 +102,7 @@ jobs:
101102
- id: 'auth'
102103
uses: 'google-github-actions/auth@v2'
103104
with:
105+
project_id: 'my-project'
104106
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
105107
106108
- name: 'Set up Cloud SDK'

0 commit comments

Comments
 (0)