Commit c1a87c50a4a for woocommerce

commit c1a87c50a4accf1c4aadc5f99aac2d8b6408c887
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date:   Mon Aug 24 21:44:13 2026 +0100

    Add token for checkout action in release workflow

diff --git a/.github/workflows/release-bump-version.yml b/.github/workflows/release-bump-version.yml
index 6e75dc4bbd8..581bebc5e0a 100644
--- a/.github/workflows/release-bump-version.yml
+++ b/.github/workflows/release-bump-version.yml
@@ -76,6 +76,7 @@ jobs:
         uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
         with:
           ref: ${{ steps.normalize-branch.outputs.branch }}
+          token: ${{ secrets.WC_BOT_PR_CREATE_TOKEN || secrets.GITHUB_TOKEN }}

       - name: Get current version
         id: get-current-version