Add service_account to WIF through SA example (#369)

Refs https://github.com/google-github-actions/auth/issues/368
This commit is contained in:
Seth Vargo 2023-12-13 23:17:38 -05:00 committed by GitHub
parent 82c1c583d7
commit 5f7afaa53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```