From c135dbef1115d47ec7702df2e860e8ae4e52979a Mon Sep 17 00:00:00 2001 From: strathman Date: Wed, 18 Mar 2026 07:58:01 -0700 Subject: [PATCH] fix: use GITBOOK_AGENT_APP secrets for docs dispatch --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a91285c..5fe4301 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,8 +41,8 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ secrets.SEMVER_APP_ID }} - private-key: ${{ secrets.SEMVER_APP_PRIVATE_KEY }} + app-id: ${{ secrets.GITBOOK_AGENT_APP_ID }} + private-key: ${{ secrets.GITBOOK_AGENT_APP_PRIVATE_KEY }} owner: kognitos repositories: gitbook-agent