From a20312b9f5e831c2a761fcaa68abc99a0a184bd2 Mon Sep 17 00:00:00 2001 From: devpow112 Date: Sat, 23 May 2026 19:57:38 -0400 Subject: [PATCH] build: use client-id for create-github-app-token --- .github/workflows/update-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index 9e82d26..2b333ea 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -37,7 +37,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v3.2.0 with: - app-id: ${{secrets.GH_APP_ID}} + client-id: ${{secrets.GH_APP_CLIENT_ID}} private-key: ${{secrets.GH_APP_PRIVATE_KEY}} - name: Generate user info id: user-info