Revert token based changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1579/head
parent
80fcb1fa43
commit
7aada48f58
|
@ -7,10 +7,6 @@ on:
|
|||
- main
|
||||
types: ["closed"]
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
cherry_pick_release_stable:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -25,7 +21,6 @@ jobs:
|
|||
uses: carloscastrojumo/github-cherry-pick-action@v1.0.1
|
||||
with:
|
||||
branch: final-stable
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: |
|
||||
cherry-pick
|
||||
cherry_pick_release_v2_5_x:
|
||||
|
@ -41,6 +36,5 @@ jobs:
|
|||
uses: carloscastrojumo/github-cherry-pick-action@v1.0.1
|
||||
with:
|
||||
branch: final-2.5.x
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
labels: |
|
||||
cherry-pick
|
||||
|
|
Loading…
Reference in New Issue