From d6f04ef0e470a1cedaee1c20e7cabb0a555e2faf Mon Sep 17 00:00:00 2001 From: Sztergbaum Roman Date: Fri, 27 Jan 2023 10:32:20 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d338c0da..5df4da70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,3 +19,9 @@ jobs: git config --global user.name 'Github Actions' git config --global user.email 'milerius@users.noreply.github.com' ./scripts/release.sh + +permissions: + actions: write + contents: write + deployments: write + packages: write