We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202d18e commit 09bf366Copy full SHA for 09bf366
1 file changed
.github/workflows/release.yaml
@@ -9,6 +9,8 @@ on:
9
10
jobs:
11
python-poetry:
12
+ permissions:
13
+ contents: write # Required to push the gh-pages branch for documentation deployment
14
uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
15
secrets:
16
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}
0 commit comments