From: Marcel van der Veldt Date: Mon, 27 Oct 2025 23:47:38 +0000 (+0100) Subject: Fix permission issue in workflow X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=631f5c7d7dcf9e385c5aae0aa0953bc494815aca;p=music-assistant-server.git Fix permission issue in workflow --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 295c1e33..28abf8e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,3 @@ - permissions: actions: write contents: write @@ -67,7 +66,7 @@ jobs: with: owner: ${{ github.repository_owner }} repo: server - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }} workflow_file_name: test.yml ref: ${{ steps.branch.outputs.branch }} wait_interval: 10