Skip to content

Commit

Permalink
Fix CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlamont committed Dec 17, 2024
1 parent 2b06844 commit be69043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
jobs:
pytest:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit be69043

Please sign in to comment.