diff --git a/.github/workflows/annotate-test-reports.yml b/.github/workflows/annotate-test-reports.yml index 0440311..dae5736 100644 --- a/.github/workflows/annotate-test-reports.yml +++ b/.github/workflows/annotate-test-reports.yml @@ -6,13 +6,13 @@ on: types: - completed permissions: + actions: read contents: read + checks: write + pull-requests: write jobs: annotate: - permissions: - checks: write - name: Annotate CI run with test results runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}