1
0
Fork 0
mirror of synced 2026-06-05 19:18:19 +00:00

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
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 ```yaml
- uses: 'google-github-actions/auth@v2' - uses: 'google-github-actions/auth@v2'
with: with:
service_account: '...' # my-service-account@my-project.iam.gserviceaccount.com
workload_identity_provider: '...' # "projects/123456789/locations/global/workloadIdentityPools/github/providers/my-repo" workload_identity_provider: '...' # "projects/123456789/locations/global/workloadIdentityPools/github/providers/my-repo"
``` ```