We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6111f93 commit 63c0cfbCopy full SHA for 63c0cfb
1 file changed
.github/workflows/_publish-code.yml
@@ -7,6 +7,9 @@ on:
7
workflow_call:
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
publish:
15
name: Publish ${{ matrix.variant }} release to PyPi
0 commit comments