From e7d56d9250391f27a4f8b761de58bcd3411594ea Mon Sep 17 00:00:00 2001 From: Moritz Johner Date: Fri, 30 Sep 2022 20:11:07 +0200 Subject: [PATCH] fix: add contents write permission Signed-off-by: Moritz Johner --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fc1f21..2eefbab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest permissions: packages: write + contents: write id-token: write strategy: matrix: