From 2e5ab11336291afddef50a6bbfb6875f857343d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Apr 2026 08:12:03 +0200 Subject: [PATCH] ci: add workflows permission to sync-rebase job The upstream added .github/workflows/create_dmg.yml and the GITHUB_TOKEN lacked the `workflows: write` permission needed to push it to origin/main. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/sync-rebase.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-rebase.yml b/.github/workflows/sync-rebase.yml index 814dd7d3b..b5a7fa5e5 100644 --- a/.github/workflows/sync-rebase.yml +++ b/.github/workflows/sync-rebase.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + workflows: write steps: - name: Checkout uses: actions/checkout@v6