Skip to content

Commit 6f38763

Browse files
authored
Merge pull request #110 from lool/missing-check-write-perm
workflows: linux: Allow writing test results
2 parents 48071a4 + 4520c51 commit 6f38763

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)