Fix permission issue in workflow
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 23:47:38 +0000 (00:47 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 23:47:38 +0000 (00:47 +0100)
.github/workflows/release.yml

index 295c1e3384b104f7132f2426c8f6255675c4258b..28abf8e81176da37f40474c909e54d7917a337d4 100644 (file)
@@ -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