Skip to content

Commit

Permalink
Update pr.yml (#58)
Browse files Browse the repository at this point in the history
give github.token write access to pull-requests
  • Loading branch information
robandpdx authored Jul 10, 2023
1 parent 934dc68 commit d310772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d310772

Please sign in to comment.