summaryrefslogtreecommitdiff
path: root/.github/workflows/pyinstaller-release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pyinstaller-release.yaml')
-rw-r--r--.github/workflows/pyinstaller-release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pyinstaller-release.yaml b/.github/workflows/pyinstaller-release.yaml
index da3596f..b3c1402 100644
--- a/.github/workflows/pyinstaller-release.yaml
+++ b/.github/workflows/pyinstaller-release.yaml
@@ -97,6 +97,8 @@ jobs:
release:
needs: pyinstaller
runs-on: ubuntu-latest
+ permissions:
+ contents: write
steps:
- name: Checkout
uses: actions/checkout@v4