Skip to content

Commit 4d7b7ce

Browse files
committed
Grant workflow permissions for pytest-coverage-comment
1 parent fc88a0a commit 4d7b7ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: tests
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
permissions:
6+
contents: write
7+
checks: write
8+
pull-requests: write
9+
510
jobs:
611
pre-commit:
712
name: Run pre-commits

0 commit comments

Comments
 (0)