diff --git a/.github/workflows/cherryPickAutomation.yml b/.github/workflows/cherryPickAutomation.yml index 9823eb0c6..ea0e3db8c 100644 --- a/.github/workflows/cherryPickAutomation.yml +++ b/.github/workflows/cherryPickAutomation.yml @@ -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