Commit aeb44890850 for woocommerce
commit aeb448908507bffb13ab9cda32e3b53260d648bd
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date: Wed Jul 15 19:09:33 2026 +0100
Use `WC_BOT_PR_CREATE_TOKEN` for cherry-pick branch checkouts (#66679)
diff --git a/.github/workflows/shared-cherry-pick.yml b/.github/workflows/shared-cherry-pick.yml
index 45a0c6be7c3..1cea419e4c3 100644
--- a/.github/workflows/shared-cherry-pick.yml
+++ b/.github/workflows/shared-cherry-pick.yml
@@ -225,6 +225,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ inputs.target_branch }}
+ token: ${{ secrets.WC_BOT_PR_CREATE_TOKEN || secrets.GITHUB_TOKEN }}
- name: Create and perform cherry-pick
id: cherry-pick