diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e2a6225e..8ec9391d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,7 @@ name: lint on: [push, pull_request] +permissions: + contents: read # to fetch code (actions/checkout) jobs: tox-lint: runs-on: ubuntu-latest