Skip to content

Commit

Permalink
fix: ci: allow master main sync to write to the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Mar 26, 2024
1 parent 3f4eaf0 commit 8bac2e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-master-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- master

permissions:
contents: write

jobs:
sync:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bac2e9

Please sign in to comment.