From a1bc424a064b5eee7324f4fab8580c1038ced48a Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Sun, 28 Aug 2022 08:40:56 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0e1efd9d..2ed3941bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,11 +5,16 @@ on: tags: - "*" +permissions: + contents: read + env: COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist" jobs: build: + permissions: + contents: write # for actions/create-release to create a release name: Upload Release Asset runs-on: ubuntu-latest steps: