Skip to content

Commit bcdc331

Browse files
committed
workflows: Fix missing deps for test.yml
Signed-off-by: Loïc Minier <[email protected]>
1 parent ab9dc55 commit bcdc331

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-daily.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99

1010
# implicitely set all other permissions to none
1111
permissions:
12-
contents: read # debos.yml
12+
checks: write # test.yml
13+
contents: read # debos.yml test.yml
14+
packages: read # test.yml
15+
pull-requests: write # test.yml
1316

1417
jobs:
1518
build-daily:

0 commit comments

Comments
 (0)