diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55d65694..9e5c5fac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ on: pull_request: branches: [main] +permissions: + contents: read + jobs: # Every DB-touching package gets its own job, and therefore its own sqld # container. Sharing one database across turbo tasks let suites clobber each