diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 747c27a36f4..7178890b1e3 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -35,6 +35,7 @@ jobs: - name: Cherry pick into ${{ matrix.to_branch }} uses: jyejare/github-cherry-pick-action@main with: + token: ${{ secrets.CHERRYPICK_PAT }} branch: ${{ matrix.to_branch }} labels: | Auto_Cherry_Picked