diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b353d2c3a..4a5101ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,15 @@ on: - main - master +permissions: + contents: read # to fetch code (actions/checkout) + jobs: Tests: + permissions: + contents: read # to fetch code (actions/checkout) + checks: write # to create new checks (coverallsapp/github-action) + runs-on: ubuntu-latest strategy: matrix: