Skip to content

Commit 205ba91

Browse files
authored
Merge pull request #129 from olehermanse/master
GH Actions: Added necessary permissions for creating PRs
2 parents ff59848 + 77f427f commit 205ba91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/black-format.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
format:
1212
runs-on: ubuntu-24.04
13+
permissions:
14+
contents: write
15+
pull-requests: write
1316
steps:
1417
- name: Checks-out repository
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)