Skip to content

Commit 4520c51

Browse files
committed
workflows: linux: Allow writing test results
test.yml requires checks write, so provide that. Signed-off-by: Loïc Minier <[email protected]>
1 parent 48071a4 commit 4520c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
# implicitely set all other permissions to none
1111
permissions:
12+
checks: write # test.yml
1213
contents: read # actions/checkout debos.yml test.yml
1314
packages: read # test.yml
1415
pull-requests: write # test.yml

0 commit comments

Comments
 (0)