mirror of
https://github.com/google-github-actions/auth.git
synced 2026-03-15 09:20:59 -04: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:
@@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user