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 f44721d commit dc5da42
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:
workflows: [Build]
types: [completed]

permissions:
checks: write
#actions: read
# Permissions only have to be specified when permissions are set restricted.
# Otherwise, when set to permissive, the workflow will have these permissions by default.
# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
#permissions:
# checks: write
# actions: read

jobs:
report:
Expand Down

0 comments on commit dc5da42

Please sign in to comment.