mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-06 10:15:42 -05:00
Add gcloud setup back to GCP login action for ✨magic✨ authentication
This commit is contained in:
parent
34367ea3cc
commit
714b368a62
1 changed files with 4 additions and 0 deletions
4
.github/actions/gcp_login/action.yml
vendored
4
.github/actions/gcp_login/action.yml
vendored
|
|
@ -13,3 +13,7 @@ runs:
|
|||
uses: google-github-actions/auth@c4799db9111fba4461e9f9da8732e5057b394f72 # tag=v0.8.3
|
||||
with:
|
||||
credentials_json: ${{ inputs.gcp_service_account_json }}
|
||||
|
||||
# Even if preinstalled in Github Actions runner image, this setup does some magic authentication required for gsutil.
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue