From 7170a1147d7616797b8c34744e3bff62cd446566 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 14 May 2026 10:25:08 +0800 Subject: [PATCH] ci: replace app-id with client-id (#20) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec8f8bc..5a05947 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: - uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.CLIENT_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Set git config