Skip to content

Commit

Permalink
fix: permision in test reporter with forked RP's
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Apr 25, 2024
1 parent 355ecc1 commit 9dc11ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
default: true

permissions:
statuses: write
checks: write
pull-requests: write
actions: write

jobs:
unittest:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

testing:
permissions:
statuses: write
checks: write
pull-requests: write
actions: write
uses: ./.github/workflows/_test.yml

0 comments on commit 9dc11ec

Please sign in to comment.