From e4adea0e54207b8460268f4f7976b4a2988926f6 Mon Sep 17 00:00:00 2001 From: Janik Schumacher Date: Sat, 28 Sep 2024 15:28:55 +0200 Subject: [PATCH] . --- .github/workflows/test-results.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 20a5bab..412efe8 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -2,16 +2,6 @@ name: Test Results on: workflow_call: -permissions: - checks: write - # needed unless run with comment_mode: off - pull-requests: write - # only needed for private repository - contents: read - # only needed for private repository - issues: read - # required by download step to access artifacts API - actions: read jobs: test-results: @@ -19,6 +9,17 @@ jobs: runs-on: ubuntu-latest if: github.event.workflow_run.conclusion != 'skipped' + permissions: + checks: write + # needed unless run with comment_mode: off + pull-requests: write + # only needed for private repository + contents: read + # only needed for private repository + issues: read + # required by download step to access artifacts API + actions: read + steps: - name: Download and Extract Artifacts env: