google-github-actions

This commit is contained in:
antelle 2020-11-20 15:24:20 +01:00
parent 5ebacbc347
commit 083306a1cd
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 2 deletions

View File

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

View File

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