From 3e732fc613171817db43f994697b3674d7859012 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:05:50 +0100 Subject: [PATCH] config: add permissions to automatic release workflow --- .github/workflows/automatic-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 9bf7dafe5..b573974b5 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -8,6 +8,10 @@ on: env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_AUTOMATIC_RELEASE }} +permissions: + contents: write + pull-requests: write + jobs: merge: runs-on: ubuntu-latest