From 5f7afaa53acc5f9d1ab9ae0ab56d4c4e137d3652 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 13 Dec 2023 23:17:38 -0500 Subject: [PATCH] Add service_account to WIF through SA example (#369) Refs https://github.com/google-github-actions/auth/issues/368 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b29fef79..6b630d24 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,7 @@ These instructions use the [gcloud][gcloud] command-line tool. ```yaml - uses: 'google-github-actions/auth@v2' with: + service_account: '...' # my-service-account@my-project.iam.gserviceaccount.com workload_identity_provider: '...' # "projects/123456789/locations/global/workloadIdentityPools/github/providers/my-repo" ```