Skip to content

Commit

Permalink
add pull-requests write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 13, 2025
1 parent 4447645 commit 8a49423
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:

jobs:
fetch-latest-versions:
# permissions:
# contents: write
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8a49423

Please sign in to comment.