Skip to content

Commit cb97893

Browse files
authored
google-github-actions/setup-gcloud@v3.0.0
1 parent d3136de commit cb97893

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
wget https://niche-museums-j7hipcg4aq-uc.a.run.app/browse.db
5050
./build.sh
5151
- name: Authenticate to Google Cloud
52-
uses: 'google-github-actions/auth@v2'
52+
uses: google-github-actions/auth@v2
5353
with:
5454
project_id: datasette-222320
5555
credentials_json: ${{ secrets.GCP_SA_KEY }}
5656
- name: Set up gcloud SDK
57-
uses: 'google-github-actions/setup-gcloud@v3'
57+
uses: google-github-actions/setup-gcloud@v3.0.0
5858
- name: Deploy to Cloud Run
5959
run: |-
6060
gcloud config set run/region us-central1

0 commit comments

Comments
 (0)