From 3169057d8f80bd582d6ec1d8ed8db96d6862ce10 Mon Sep 17 00:00:00 2001
From: Thorsten Sommer <mail@tsommer.org>
Date: Mon, 24 Jun 2024 12:58:01 +0200
Subject: [PATCH] Add write access to create content

---
 .github/workflows/build-and-release.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml
index e7ef7087..0a08b6d8 100644
--- a/.github/workflows/build-and-release.yml
+++ b/.github/workflows/build-and-release.yml
@@ -768,6 +768,10 @@ jobs:
       name: Publish release
       runs-on: ubuntu-latest
       needs: [read_metadata, create_release]
+      
+      permissions:
+        contents: write
+      
       env:
         FORMATTED_VERSION: ${{ needs.read_metadata.outputs.formatted_version }}
         CHANGELOG: ${{ needs.read_metadata.outputs.changelog }}