We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aa77b commit 6470861Copy full SHA for 6470861
.github/workflows/documentation.yml
@@ -6,11 +6,13 @@ on:
6
workflow_dispatch:
7
8
permissions:
9
- contents: write
+ contents: read
10
11
jobs:
12
docs:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
17
steps:
18
- name: Harden the runner (Audit all outbound calls)
.github/workflows/pre_commit.yml
@@ -14,6 +14,9 @@ on:
- "docs/**/*.rst"
- "LICENSE"
+permissions:
19
+
20
21
pre-commit:
22
0 commit comments