Skip to content

Commit

Permalink
fix: permision in test reporter with forked RP's (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Apr 25, 2024
1 parent 9dc11ec commit ba43eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
statuses: write
checks: write
contents: write
pull-requests: write
actions: write

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
permissions:
statuses: write
checks: write
contents: write
pull-requests: write
actions: write
uses: ./.github/workflows/_test.yml

0 comments on commit ba43eae

Please sign in to comment.