updating gcloud sdk branch
This commit is contained in:
parent
9c58e99f51
commit
1bbe941824
6
.github/workflows/ci.yml
vendored
6
.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@master
|
||||
uses: google-github-actions/setup-gcloud@main
|
||||
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@master
|
||||
uses: google-github-actions/setup-gcloud@main
|
||||
with:
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
service_account_key: ${{ secrets.GCP_SA_KEY }}
|
||||
@ -196,4 +196,4 @@ jobs:
|
||||
|
||||
# DEPLOY run_all_tags function
|
||||
- name: Deploy run_all_tags Function
|
||||
run: python admin.py tags_cron
|
||||
run: python admin.py tags_cron
|
||||
|
Loading…
Reference in New Issue
Block a user