Skip to content

Commit

Permalink
Add contents write permissions to repo sync workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 19, 2024
1 parent 5b97590 commit 316522d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- cron: "15 7 * * *"
workflow_dispatch:

permissions:
contents: write

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

0 comments on commit 316522d

Please sign in to comment.