fix: ci: allow master main sync to write to the repository (#11784)
This commit is contained in:
parent
3f4eaf0b82
commit
662ea6f2d5
4
.github/workflows/sync-master-main.yaml
vendored
4
.github/workflows/sync-master-main.yaml
vendored
@ -3,6 +3,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user