[Release] Allow build step to commit changes
This commit is contained in:
parent
62491380e8
commit
824a341ea5
2 changed files with 3 additions and 2 deletions
1
.github/workflows/build_docs.yml
vendored
1
.github/workflows/build_docs.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: write
|
||||||
pages: read
|
pages: read
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|
|
@ -6,5 +6,5 @@ PY_VERSION = "1.0.dev0"
|
||||||
|
|
||||||
# Everything below this line is completely auto-generated.
|
# Everything below this line is completely auto-generated.
|
||||||
|
|
||||||
GRADLE_VERSION = "0.10.3"
|
GRADLE_VERSION = "0.11.1-7"
|
||||||
FULL_VERSION = "0.10.3.1.0.dev0"
|
FULL_VERSION = "0.11.1.1.0rc7.dev0"
|
||||||
|
|
Loading…
Reference in a new issue