Add token to workflow.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1579/head
parent
0ae8785bb2
commit
887cb7f231
|
@ -21,6 +21,7 @@ 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:
|
||||
|
@ -36,5 +37,6 @@ 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