From: Marcel van der Veldt Date: Mon, 27 Oct 2025 23:51:24 +0000 (+0100) Subject: Another attempt at this X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=12f55ec3b53bb162adff62319fd3c296ed7261c5;p=music-assistant-server.git Another attempt at this --- diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 584662ab..f60b7d4f 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -241,6 +241,7 @@ jobs: needs: check-and-release if: needs.check-and-release.outputs.should_release == 'true' permissions: + actions: write contents: write pull-requests: read packages: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28abf8e8..1314ffe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,3 @@ -permissions: - actions: write - contents: write - name: Create Release on: