Skip to content

Commit ee2cfbf

Browse files
committed
ci: fix permission issue
1 parent 63a684a commit ee2cfbf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [master]
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
pytest:
1115
name: Pytest ${{ matrix.config.name }}

0 commit comments

Comments
 (0)