Skip to content

Commit 57c98e9

Browse files
committed
GH Actions: Added necessary permissions for creating PRs
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 3cfe5b5 commit 57c98e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/black-format.yml

Lines changed: 3 additions & 0 deletions
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)