Skip to content

Commit

Permalink
Add "write checks" permissions for test reports github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Aug 25, 2022
1 parent f0d7263 commit eb6f51c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ on:

jobs:
build:
# To be able to write/remove comments on PR
# To be able :
# - to write/remove comments on PR,
# - to create checks for Test Report.
permissions:
pull-requests: write
checks: write

name : Code Check
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit eb6f51c

Please sign in to comment.