Skip to content

Commit 576f7d8

Browse files
committed
workflows: fix permissions in daily build
Daily builds need to grant enough permissions for the executing test actions. This patch adds missing permissions. Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent a9528f6 commit 576f7d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99

1010
permissions:
1111
contents: read
12+
checks: write # required by test reporting action
13+
pull-requests: write # required by test reporting action
14+
contents: read # github default
15+
packages: read # github default
1216

1317
jobs:
1418
build-daily:

0 commit comments

Comments
 (0)