From 6d7efe2197b333040b1c66d92fdc2e5267725c1d Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:39:21 +0200 Subject: [PATCH] Added correct permissions for release workflow --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f79bac18e..c0ce8b8bd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,6 +14,7 @@ permissions: jobs: build-zip: + permissions: write-all # run on pushes to any branch # run on PRs from external forks if: |