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:
parent
89e314d05b
commit
2e5ab11336
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sync-rebase.yml
vendored
1
.github/workflows/sync-rebase.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
workflows: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue