mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Add gcloud setup back to GCP login action for ✨magic✨ authentication
This commit is contained in:
parent
34367ea3cc
commit
714b368a62
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…
Reference in New Issue
Block a user