We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cf31 commit 96dd18eCopy full SHA for 96dd18e
.github/workflows/prepare-release.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write # to create branch, tag and push the changes
16
+ pull-requests: write # to create pull request
17
strategy:
18
matrix:
19
python-version: [3.9]
.github/workflows/publish.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
deploy:
10
11
+ permissions:
12
+ contents: write # to push to develop, create releases and tags
python-version: ["3.9"]
0 commit comments