Skip to content

Commit 2837e33

Browse files
committed
fix permissions in e2e workflow
1 parent 4d7d3ae commit 2837e33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ concurrency:
88

99
permissions:
1010
contents: read
11+
pull-requests: write
1112

1213
jobs:
1314
ubuntu-build:

.github/workflows/e2e_core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ on:
4949

5050
permissions:
5151
contents: read
52+
pull-requests: write
5253

5354
jobs:
5455
changed-files:

0 commit comments

Comments
 (0)