From 0947d14c0610d7eef391a6251bb2c7600522a5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Fri, 20 Dec 2024 12:43:03 +0000 Subject: [PATCH] ci: set workflow permissions for release job We had the issue that the github action wasnt able to push tags to github. This should fix the issue ref: #1828 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3d5d48458..2ec7070455 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,8 @@ name: Release +permissions: + contents: write + on: workflow_dispatch: inputs: