Commit 848315b84f for handsontable.com

commit 848315b84fa0b17f707208f48f66968dad86ee2a
Author: Krzysztof Budnik <571316+budnix@users.noreply.github.com>
Date:   Tue May 19 16:37:15 2026 +0200

    Fix: use client-id instead of deprecated app-id for create-github-app-token v3

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 1c085abcc3..5da32249ba 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1149,7 +1149,7 @@ jobs:
         id: release-token
         uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # https://github.com/actions/create-github-app-token/releases/tag/v3.2.0
         with:
-          app-id: ${{ secrets.RELEASE_APP_ID }}
+          client-id: ${{ secrets.RELEASE_APP_CLIENT_ID }}
           private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2