Skip to content

Commit 09bf366

Browse files
authored
chore(ci): Add missing release mkdocs permissions#546
1 parent 202d18e commit 09bf366

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
jobs:
1111
python-poetry:
12+
permissions:
13+
contents: write # Required to push the gh-pages branch for documentation deployment
1214
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
1315
secrets:
1416
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}

0 commit comments

Comments
 (0)