mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 20:49:25 +00:00
fix: update secrets according to readme (#549)
* fix: update secrets according to readme * fix: gca secret name Co-authored-by: Thomas Ott <thomas@ott.page>
This commit is contained in:
parent
f48fffe2a2
commit
a528147dba
1 changed files with 2 additions and 2 deletions
|
|
@ -43,13 +43,13 @@ jobs:
|
|||
uses: 'google-github-actions/auth@v0'
|
||||
with:
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
||||
service_account: '${{ secrets.RUN_SA_EMAIL }}'
|
||||
|
||||
# Alternative option - authentication via credentials json
|
||||
# - id: 'auth'
|
||||
# uses: 'google-github-actions/auth@v0'
|
||||
# with:
|
||||
# credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
|
||||
# credentials_json: '${{ secrets.RUN_SA_KEY }}'
|
||||
|
||||
# Setup gcloud CLI
|
||||
- name: Set up Cloud SDK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue