switched to setup-gcloud

This commit is contained in:
antelle 2020-12-04 20:22:42 +01:00
parent d2ae8522b5
commit d49af938d9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ jobs:
tagRegex: "^v(\\d+\\.\\d+\\.\\d+)$"
tagRegexGroup: 1
- name: Setup GCloud
uses: google-github-actions/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}

View File

@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
ref: 'gh-pages'
- name: Setup GCloud
uses: google-github-actions/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}