From f660f85abda7296c7233e7783df96c84e6e05ff3 Mon Sep 17 00:00:00 2001 From: gregoireW <24318548+GregoireW@users.noreply.github.com> Date: Wed, 22 Sep 2021 14:59:18 +0200 Subject: [PATCH] Fix a typo in the README for usage instructions Signed-off-by: gregoireW <24318548+GregoireW@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381fd56..aab1211 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ jobs: name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@v0.3.0' with: - create_credentials_file: 'access_token' + create_credentials_file: 'true' workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com'