From b0d4bbe4fb49a02c1d74cf03a20b2c0b9275898d Mon Sep 17 00:00:00 2001 From: Nicholas Date: Mon, 6 May 2024 17:50:25 +0100 Subject: [PATCH] chore: try updating permissions --- .github/workflows/annotate-test-reports.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' }}