Skip to content

Commit c991e35

Browse files
committed
ci: add write permissions to GH action
Last build was not able to create a new GH release.
1 parent f6a17b2 commit c991e35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ env:
1818
# Python version to use in the builder image. See https://hub.docker.com/r/unfoldedcircle/r2-pyinstaller for possible versions.
1919
PYTHON_VER: 3.11.13-0.4.0
2020

21+
permissions:
22+
contents: write
23+
2124
jobs:
2225
test:
2326
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)