Skip to content

Commit

Permalink
Add service_account to WIF through SA example (#369)
Browse files Browse the repository at this point in the history
Refs #368
  • Loading branch information
sethvargo committed Dec 14, 2023
1 parent 82c1c58 commit 5f7afaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 5f7afaa

Please sign in to comment.