Skip to content

Commit

Permalink
fix: update secrets according to readme (#549)
Browse files Browse the repository at this point in the history
* fix: update secrets according to readme

* fix: gca secret name

Co-authored-by: Thomas Ott <[email protected]>
  • Loading branch information
greenchapter and greenchapter authored Jun 21, 2022
1 parent f48fffe commit a528147
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]'
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
Expand Down

0 comments on commit a528147

Please sign in to comment.