From 631f5c7d7dcf9e385c5aae0aa0953bc494815aca Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 28 Oct 2025 00:47:38 +0100 Subject: [PATCH] Fix permission issue in workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1