We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dba0cc commit 1c85e0dCopy full SHA for 1c85e0d
1 file changed
.github/workflows/docs.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
# Build docs when pushing to `main` branch.
5
branches: [ main ]
6
+permissions:
7
+ contents: write
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments