Skip to content

Commit

Permalink
fixup! Fix issue with Actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 4, 2024
1 parent 2f18c72 commit 71afa62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71afa62

Please sign in to comment.