From 6a860c3e583c7a3641babc5446ee747da429f963 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 12:39:03 -0700 Subject: [PATCH] fix: use release app for Sourcebot sync --- .github/workflows/sync-sourcebot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-sourcebot.yml b/.github/workflows/sync-sourcebot.yml index 481bc60f8..19178986f 100644 --- a/.github/workflows/sync-sourcebot.yml +++ b/.github/workflows/sync-sourcebot.yml @@ -20,8 +20,8 @@ jobs: id: app-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ secrets.SOURCEBOT_SYNC_APP_ID }} - private-key: ${{ secrets.SOURCEBOT_SYNC_APP_PRIVATE_KEY }} + app-id: ${{ secrets.RELEASE_APP_ID }} + private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }} owner: sourcebot-dev repositories: sourcebot permission-contents: write