Skip to content

Commit 63a2118

Browse files
committed
ci: permissions for the publish-unit-test-result-action were missing
1 parent d35513b commit 63a2118

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

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

1010
jobs:
1111
build:
12+
permissions:
13+
# https://github.com/marketplace/actions/publish-test-results#permissions
14+
checks: write
15+
pull-requests: write
1216

1317
runs-on: ubuntu-latest
1418

0 commit comments

Comments
 (0)