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: