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 <noreply@anthropic.com>
This commit is contained in:
github-actions[bot] 2026-04-02 08:12:03 +02:00
parent 89e314d05b
commit 2e5ab11336

View file

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
workflows: write
steps:
- name: Checkout
uses: actions/checkout@v6