diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96dd020b..fd982e2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,10 @@ on: push: branches: [main] +# Both jobs only check out the repo and run pytest. +permissions: + contents: read + jobs: plugin-safety: name: Plugin safety harness + unit tests