diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbfde04f67..4f5e161f89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ name: CI on: [push, pull_request] +permissions: + contents: read # to fetch code (actions/checkout) jobs: Tests: runs-on: ${{ matrix.os }}