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 5219a70 commit 414186cCopy full SHA for 414186c
.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