Skip to content

Commit

Permalink
Add pull-requests write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 28, 2024
1 parent 89f00fa commit 563448f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
# Single deploy job since we're just deploying
update-repos:
permissions:
contents: write
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 563448f

Please sign in to comment.