Skip to content

Commit 9d07cf0

Browse files
Change workflow permissions for fork pull requests. (openhab#1585)
Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent d8aba58 commit 9d07cf0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cherryPickAutomation.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: Cherry pick automation
22
# Automatically create pull requests to release branches on condition
33

44
on:
5-
pull_request:
5+
pull_request_target:
66
branches:
77
- main
88
types: ["closed"]
99

10-
permissions: write-all
11-
1210
jobs:
1311
cherry_pick_release_stable:
1412
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)