We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946da22 commit 41696c0Copy full SHA for 41696c0
.github/workflows/doc-automation.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
build_docs_job:
9
runs-on: ubuntu-20.04
10
+ permissions:
11
+ # Grant write permission here so that the doc can be pushed to gh-pages branch
12
+ contents: write
13
steps:
14
- name: Setup Python 3.9
15
uses: actions/setup-python@v5
0 commit comments