From dd0a6721c38a26e18c1e36c0a718b6262350dd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:00:48 +0100 Subject: [PATCH] ci: Allow write permissions for the release workflow (#923) See https://github.com/softprops/action-gh-release#permissions. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db7ed00f..c283ff71 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,6 +82,8 @@ jobs: needs: - 'build-phar' if: github.event_name == 'release' + permissions: + contents: write steps: - uses: actions/download-artifact@v3 with: