From a284d8f077594f285ef91724a92ba92a6bcdf2aa Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:57:58 +0200 Subject: [PATCH] fix release-drafter permissions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30c8fc2..3b77c67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,9 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write + pull-requests: read steps: - name: Check out the repository uses: actions/checkout@v4.1.6