Skip to content

Commit

Permalink
Add write to PR permission
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed May 3, 2024
1 parent 2427ed9 commit bf65a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
tests:
name: Test Python ${{ inputs.python-version }}
runs-on: ${{ inputs.os }}
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ inputs.python-version }}
Expand Down

0 comments on commit bf65a72

Please sign in to comment.