From e4056d7b6adfa4e1484b0373d7cbdc14d35dbb88 Mon Sep 17 00:00:00 2001 From: Oleksandr Akhtyrskiy Date: Sat, 18 Apr 2026 09:23:15 -0600 Subject: [PATCH] Migrate from app-id to client-id for GitHub App token creation --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fcec89..54d6308 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -186,7 +186,7 @@ jobs: id: app-token uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: - app-id: ${{ secrets.APP_ID }} + client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} owner: knight-owl-dev repositories: |