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.
2 parents 954a294 + 414186c commit 8c5f014Copy full SHA for 8c5f014
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
- master
11
pull_request:
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
build-and-test:
18
runs-on: ubuntu-latest
.github/workflows/docs.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
7
8
9
+ # The generated docs are written to the `gh-pages` branch.
+ contents: write
build-and-deploy-docs:
0 commit comments