Skip to content

Commit f6aa8b6

Browse files
committed
Add write permissions for checks and pull requests
This commit adds write permissions for checks and pull requests in the testing workflow.
1 parent 1714e3e commit f6aa8b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
test:
10+
permissions:
11+
checks: write
12+
pull-requests: write
1013
strategy:
1114
fail-fast: false
1215
matrix:

0 commit comments

Comments
 (0)