Skip to content

Commit

Permalink
Allow the job to create pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jun 14, 2024
1 parent 091884a commit c206ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
Expand Down

0 comments on commit c206ed2

Please sign in to comment.