From 6800f3157768c50125d3adb43787fb7c79e3eea2 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:41:18 +0100 Subject: [PATCH] chore(github): fix dispatch-demo-update on release --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43ed40657c..187e44039c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,10 +70,10 @@ jobs: steps: - name: Generate App Token id: generate_token - uses: actions/create-github-app-token@v1 + uses: tibdex/github-app-token@v2 with: - app-id: ${{ secrets.API_PLATFORM_APP_ID }} - private-key: ${{ secrets.API_PLATFORM_APP_PRIVATE_KEY }} + app_id: ${{ secrets.API_PLATFORM_APP_ID }} + private_key: ${{ secrets.API_PLATFORM_APP_PRIVATE_KEY }} - name: Update demo env: