Skip to content

Commit bc4cc89

Browse files
committed
fix: update docs workflow
1 parent 36a0a53 commit bc4cc89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
cache-dependency-path: ./docs/yarn.lock
2626

2727
- id: "auth"
28-
uses: "google-github-actions/auth@v0"
28+
uses: "google-github-actions/auth@v1"
2929
with:
3030
credentials_json: "${{ secrets.GCP_SA_KEY }}"
3131

32+
- name: 'Set up Cloud SDK'
33+
uses: 'google-github-actions/setup-gcloud@v1'
34+
3235
- name: "Install dependencies"
3336
run: yarn install --frozen-lockfile
3437

0 commit comments

Comments
 (0)