Skip to content

Commit

Permalink
Give write permission to sync job
Browse files Browse the repository at this point in the history
It needs write permissions to the contents to push git commits.
  • Loading branch information
shakuzen committed Sep 18, 2023
1 parent 6995ee9 commit 8ebd4d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
sync-from-reddit:
name: Sync from Reddit
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Configure git user
Expand Down

0 comments on commit 8ebd4d3

Please sign in to comment.