Skip to content

Commit 7aada48

Browse files
committed
Revert token based changes.
Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent 80fcb1f commit 7aada48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cherryPickAutomation.yml

-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- main
88
types: ["closed"]
99

10-
permissions:
11-
actions: write
12-
pull-requests: write
13-
1410
jobs:
1511
cherry_pick_release_stable:
1612
runs-on: ubuntu-latest
@@ -25,7 +21,6 @@ jobs:
2521
uses: carloscastrojumo/[email protected]
2622
with:
2723
branch: final-stable
28-
token: ${{ secrets.GITHUB_TOKEN }}
2924
labels: |
3025
cherry-pick
3126
cherry_pick_release_v2_5_x:
@@ -41,6 +36,5 @@ jobs:
4136
uses: carloscastrojumo/[email protected]
4237
with:
4338
branch: final-2.5.x
44-
token: ${{ secrets.GITHUB_TOKEN }}
4539
labels: |
4640
cherry-pick

0 commit comments

Comments
 (0)