diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4a08c401..97c13f09 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,7 +7,8 @@ on: pull_request: permissions: - contents: read # to fetch code (actions/checkout) + pull-requests: write # required for posting comments + contents: write # required for git push jobs: build: