Skip to content

Commit 7c4e04e

Browse files
author
Tilman Marquart
committed
fix: permissions
1 parent d5a231f commit 7c4e04e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: write # Grant write access to pull request comments
1416

1517
steps:
1618
- name: Checkout code

0 commit comments

Comments
 (0)