fix: ci: allow master main sync to write to the repository (#11784)

This commit is contained in:
Piotr Galar 2024-03-26 17:19:53 +00:00 committed by GitHub
parent 3f4eaf0b82
commit 662ea6f2d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,10 @@ on:
push:
branches:
- master
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest