Skip to content

Commit

Permalink
Specify permissions for unit tests GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Feb 17, 2025
1 parent 952ee36 commit 14f3b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
unit_tests:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
strategy:
matrix:
python-version: ["3.11", "3.12"]
Expand Down

0 comments on commit 14f3b18

Please sign in to comment.