From 64f749acba5553628a549918755ff481d355ea86 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:46:05 +0100 Subject: [PATCH] ci: Fix the release workflow permissions (#1179) See https://github.com/humbug/php-scoper/pull/923. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 43ecec93a..24f0d87cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,6 +86,8 @@ jobs: needs: - build-phar if: github.event_name == 'release' + permissions: + contents: write steps: - uses: actions/download-artifact@v3 with: