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 83fd0ba commit 820a989Copy full SHA for 820a989
.github/workflows/cd.yml
@@ -6,6 +6,14 @@ on:
6
- main
7
- '*.*'
8
9
+permissions:
10
+ contents: read
11
+ id-token: read
12
+ actions: read
13
+ checks: write
14
+ deployments: write
15
+ pull-requests: read
16
+
17
jobs:
18
deploy:
19
runs-on: ubuntu-latest
@@ -45,7 +53,7 @@ jobs:
45
53
uses: google-github-actions/auth@v1
46
54
with:
47
55
credentials_json: ${{ secrets.BUCKET_CREDS }}
48
-
56
49
57
- name: 'Set up Cloud SDK'
50
58
uses: 'google-github-actions/setup-gcloud@v1'
51
59
@@ -63,7 +71,7 @@ jobs:
63
71
- name: Fetch API Platform references and guides
64
72
working-directory: docs-website
65
73
run: tools/get-core-docs.sh
66
- - name: Build menu
74
+ - name: Build menu
67
75
68
76
run: node tools/menu.mjs
69
77
- name: Hugo
0 commit comments