Commit 6227bff0a8 for handsontable.com

commit 6227bff0a89c82f3b436176848282ce9bb7e1332
Author: Krzysztof Budnik <571316+budnix@users.noreply.github.com>
Date:   Tue May 19 16:46:55 2026 +0200

    Fix: disable persist-credentials in stable-merge checkout so App token is used for push

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5da32249ba..3d6a7719c0 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1156,6 +1156,7 @@ jobs:
         with:
           ref: ${{ needs.stable-prepare.outputs.release-branch }}
           fetch-depth: 0
+          persist-credentials: false

       - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
         name: Install pnpm