mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 21:17:05 +00:00
Fix a typo in the README for usage instructions
Signed-off-by: gregoireW <24318548+GregoireW@users.noreply.github.com>
This commit is contained in:
parent
fb26879445
commit
f660f85abd
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ jobs:
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'google-github-actions/auth@v0.3.0'
|
uses: 'google-github-actions/auth@v0.3.0'
|
||||||
with:
|
with:
|
||||||
create_credentials_file: 'access_token'
|
create_credentials_file: 'true'
|
||||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||||
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue