From: Marcel van der Veldt Date: Mon, 27 Oct 2025 23:08:45 +0000 (+0100) Subject: Fix permissions on workflow X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=454d560fc3330aa4d09500bb1fcacd83a1dd50e4;p=music-assistant-server.git Fix permissions on workflow --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48d1892f..295c1e33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,8 @@ + +permissions: + actions: write + contents: write + name: Create Release on: