changing gcloud sdk version again
This commit is contained in:
parent
1bbe941824
commit
9976143120
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
# PYTHON for authentication when testing
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@main
|
||||
uses: google-github-actions/setup-gcloud@v0
|
||||
with:
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
service_account_key: ${{ secrets.GCP_SA_KEY }}
|
||||
@ -160,7 +160,7 @@ jobs:
|
||||
|
||||
# DEPLOY for setting up cloud API
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@main
|
||||
uses: google-github-actions/setup-gcloud@v0
|
||||
with:
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
service_account_key: ${{ secrets.GCP_SA_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user