From 69bd65f9e7295552a3c2d8d2f80cc21ef55d1393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Thu, 25 Jan 2024 09:19:39 +0100 Subject: [PATCH] add write permissions --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3062a0f4..a48e014b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,8 @@ jobs: name: Create Github release runs-on: ubuntu-20.04 if: startsWith(github.event.ref, 'refs/tags/v') && endsWith(github.event.ref, '.0') + permissions: + contents: write steps: - name: Checkout