From e39ed03ef549a8477746f5e3a7a14f5d254d7b27 Mon Sep 17 00:00:00 2001 From: Aaron Elkiss Date: Fri, 17 Jul 2026 15:54:10 -0400 Subject: [PATCH] Address deprecated parameter warning Input 'app-id' has been deprecated with message: Use 'client-id' instead. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab40b0c..199b7a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: id: generate_token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ env.CONFIG_REPO_RW_APP_ID }} + client-id: ${{ env.CONFIG_REPO_RW_APP_ID }} private-key: ${{ secrets.CONFIG_REPO_RW_KEY }} owner: ${{ github.repository_owner }} - name: Send the message