From 3fbe03175e37d310972ee9b2ecdba5e5dd07cbc8 Mon Sep 17 00:00:00 2001 From: Charles Sullivan Date: Mon, 14 Feb 2022 10:37:07 -0700 Subject: [PATCH] doc: Fix token_format in readme. (#138) https://github.com/google-github-actions/auth/blob/main/action.yml#L136-L139 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc3ed5..94d4f36 100644 --- a/README.md +++ b/README.md @@ -440,7 +440,7 @@ jobs: name: 'Authenticate to Google Cloud' uses: 'google-github-actions/auth@v0' with: - token_format: 'access_token' # <-- + token_format: 'id_token' # <-- workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' id_token_audience: 'https://myapp-uvehjacqzq.a.run.app' # required, value depends on target