diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 046d6ef..f0c52d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,10 @@ on: branches: [main] workflow_dispatch: + +permissions: + contents: read + jobs: pytest: name: lint, check, and test