File tree Expand file tree Collapse file tree 3 files changed +37
-7
lines changed Expand file tree Collapse file tree 3 files changed +37
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ local.bazelrc.inert export-ignore
6
6
.aspect /bazelrc / export-ignore
7
7
.bazelci / export-ignore
8
8
.bcr / export-ignore
9
- .github /* .md export-ignore
10
- .github /* .yml export-ignore
11
- .github /codeql export-ignore
12
- .github /workflows export-ignore
13
9
.husky / export-ignore
14
10
docs / export-ignore
15
11
tools / export-ignore
Original file line number Diff line number Diff line change
1
+ README.md export-ignore
2
+ commitlint.config.js export-ignore
3
+ pnpm-lock.yaml export-ignore
4
+ pom.xml export-ignore
5
+ local.bazelrc.inert export-ignore
6
+ .aspect/bazelrc/ export-ignore
7
+ .bazelci/ export-ignore
8
+ .bcr/ export-ignore
9
+ .github/ export-ignore
10
+ .husky/ export-ignore
11
+ docs/ export-ignore
12
+ tools/ export-ignore
13
+ .bazelignore export-ignore
14
+ .bazelproject export-ignore
15
+ .bazelrc export-ignore
16
+ .bazelversion export-ignore
17
+ .gitignore export-ignore
18
+ .pre-commit-config.yaml export-ignore
19
+ .prettierignore export-ignore
20
+ .gitattributes export-ignore
21
+ .prettierrc export-ignore
22
+ .prettierrc.json export-ignore
23
+ go.mod export-ignore
24
+ go.sum export-ignore
25
+ Makefile export-ignore
26
+ package.json export-ignore
27
+ example/ export-ignore
28
+ version.bazelrc export-ignore
29
+ maven_install.json linguist-generated=true
30
+ internal/graalvm_bindist_map.bzl linguist-generated=true
31
+ */MODULE.bazel.lock linguist-generated=true
32
+ MODULE.bazel.lock linguist-generated=true
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ name: Docs
12
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
13
permissions :
14
14
contents : read
15
- pages : write
16
- id-token : write
17
- deployments : write
18
15
19
16
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
20
17
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
27
24
name : " Build: Docs"
28
25
continue-on-error : true
29
26
runs-on : ubuntu-latest
27
+ permissions :
28
+ contents : read
29
+ pages : write
30
+ id-token : write
31
+ deployments : write
30
32
steps :
31
33
- name : Harden Runner
32
34
uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
You can’t perform that action at this time.
0 commit comments