From eecd150bc7012562cd28ed3140b5dd3fd04cf637 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 26 Jun 2025 22:06:12 -0500 Subject: add write permissions to actions --- .github/workflows/pyinstaller-release.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/pyinstaller-release.yaml') 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 -- cgit v1.2.3