We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a0a53 commit bc4cc89Copy full SHA for bc4cc89
.github/workflows/update-docs.yml
@@ -25,10 +25,13 @@ jobs:
25
cache-dependency-path: ./docs/yarn.lock
26
27
- id: "auth"
28
- uses: "google-github-actions/auth@v0"
+ uses: "google-github-actions/auth@v1"
29
with:
30
credentials_json: "${{ secrets.GCP_SA_KEY }}"
31
32
+ - name: 'Set up Cloud SDK'
33
+ uses: 'google-github-actions/setup-gcloud@v1'
34
+
35
- name: "Install dependencies"
36
run: yarn install --frozen-lockfile
37
0 commit comments