Commit 9b322029a42 for woocommerce

commit 9b322029a425be5a22fbbcc00a4efee93eea16e7
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date:   Mon Aug 24 21:55:19 2026 +0100

    Update token usage in release workflow

diff --git a/.github/workflows/release-update-stable-tag.yml b/.github/workflows/release-update-stable-tag.yml
index 7720c0d5ddf..803bbf75380 100644
--- a/.github/workflows/release-update-stable-tag.yml
+++ b/.github/workflows/release-update-stable-tag.yml
@@ -248,7 +248,7 @@ jobs:
           fetch-depth: 0
           sparse-checkout: |
             plugins/woocommerce/readme.txt
-          token: ${{ secrets.GITHUB_TOKEN }}
+          token: ${{ secrets.WC_BOT_PR_CREATE_TOKEN || secrets.GITHUB_TOKEN }}

       - name: Configure Git
         run: |