Revert token based changes.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1579/head
Jerome Luckenbach 2021-05-18 22:52:31 +02:00
parent 80fcb1fa43
commit 7aada48f58
1 changed files with 0 additions and 6 deletions

View File

@ -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