diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d717c8d25..6f74b063d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ on: pull_request: push: +permissions: + contents: read # to fetch code (actions/checkout) + jobs: test: strategy: