diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c88dc55cd..61ee31034 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,9 @@ on: - master pull_request: +permissions: + contents: read # to fetch code (actions/checkout) + jobs: tests: name: Python ${{ matrix.python-version }}