Merge pull request #627 from CartoDB/chore/sc-219063/0EDAHT1N

Fix deprecation notice GHAction
remotes/origin/fix/ch175898/gcp-github-actions^2
Manuel López Ruiz 3 years ago committed by GitHub
commit 2117afc336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
run: echo "CLOUDSDK_PYTHON=/usr/bin/python" >> $GITHUB_ENV
- name: Setup gcloud authentication
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
service_account_key: ${{ secrets.GCS }}

Loading…
Cancel
Save