From 4dd527306e9808f696df330dd59cec691ab560f2 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 27 Jun 2024 11:53:13 -0400 Subject: [PATCH] Update ci-pr-report.yml --- .github/workflows/ci-pr-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-pr-report.yml b/.github/workflows/ci-pr-report.yml index 0d39145149..e616ad35ca 100644 --- a/.github/workflows/ci-pr-report.yml +++ b/.github/workflows/ci-pr-report.yml @@ -10,6 +10,12 @@ permissions: jobs: checks: runs-on: ubuntu-latest + permissions: + checks: write + # needed unless run with comment_mode: off + pull-requests: write + # required by download step to access artifacts API + actions: read steps: - name: Download Test Report uses: dawidd6/action-download-artifact@v2