We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e01f commit 0a2edc1Copy full SHA for 0a2edc1
docs/EXAMPLES.md
@@ -47,6 +47,7 @@ jobs:
47
48
- uses: 'google-github-actions/auth@v2'
49
with:
50
+ project_id: 'my-project'
51
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
52
service_account: '[email protected]'
53
@@ -101,6 +102,7 @@ jobs:
101
102
- id: 'auth'
103
uses: 'google-github-actions/auth@v2'
104
105
106
107
108
- name: 'Set up Cloud SDK'
0 commit comments