We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1219415 commit 34a0f76Copy full SHA for 34a0f76
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,9 @@ on:
11
options: [docs, package, all]
12
13
permissions:
14
- contents: read
+ contents: write
15
+ issues: write
16
+ pull-requests: write
17
pages: write
18
id-token: write # нужно для PyPI Trusted Publishing (OIDC)
19
0 commit comments