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 f6a17b2 commit c991e35Copy full SHA for c991e35
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,9 @@ env:
18
# Python version to use in the builder image. See https://hub.docker.com/r/unfoldedcircle/r2-pyinstaller for possible versions.
19
PYTHON_VER: 3.11.13-0.4.0
20
21
+permissions:
22
+ contents: write
23
+
24
jobs:
25
test:
26
runs-on: ubuntu-24.04
0 commit comments