Skip to content

Commit 3804097

Browse files
cherry-pick-commit with permissions (#15235)
Add permissions for writing to contents and pull requests
1 parent 64ef874 commit 3804097

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cherry-pick-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ name: Cherry-pick Commit to Branch
1313
required: true
1414
type: string
1515

16+
permissions:
17+
contents: write
18+
pull-requests: write
19+
1620
jobs:
1721
cherry-pick:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)