From 71afa625946eed98ef1c8b63137015153bb6dbc6 Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Sat, 4 May 2024 03:30:47 +0200 Subject: [PATCH] fixup! Fix issue with Actions v4 --- .github/workflows/test-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 70d7e86..7cdcba8 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -13,7 +13,10 @@ on: # See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token permissions: checks: write - #actions: read + # The documentation mentions that the following permissions is necessary to access other workflow runs. + # However, the workflow seems to work even without this permission. + # Maybe there is a special case which always allows access to the workflow run which triggered this run. + actions: read jobs: report: