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:
Thomas Ott 2022-06-21 15:36:25 +02:00 committed by GitHub
parent f48fffe2a2
commit a528147dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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