Skip to content

Commit d2f0979

Browse files
committed
use explicit permissions for coverage badge
Signed-off-by: Saad Zaher <[email protected]>
1 parent e8404ec commit d2f0979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
report:
11-
11+
permissions:
12+
contents: write
13+
pull-requests: write
1214
runs-on: ubuntu-latest
1315

1416
steps:

0 commit comments

Comments
 (0)