Skip to content

Commit f0987be

Browse files
authored
[ci] Add write permissions for pull-requests in commitflow workflow (#4030)
- Added for pytest coverage comment actions workflow
1 parent 11e454e commit f0987be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commitflow-py3.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: ['3.8', '3.9', '3.10', '3.11']
18+
19+
permissions:
20+
pull-requests: write
1821

1922
steps:
2023
- name: Checkout

0 commit comments

Comments
 (0)