Skip to content

Commit 558729f

Browse files
committed
Missing permission for coverage check
1 parent 7936b09 commit 558729f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
coverage:
99
runs-on: ubuntu-latest
1010

11+
permissions:
12+
checks: write
13+
contents: write
14+
pull-requests: write
15+
1116
steps:
1217
- name: Checkout
1318
uses: actions/checkout@v6

0 commit comments

Comments
 (0)