From f046eec381939ffe8bc595ebdb175e45821fb711 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 12:39:03 -0700 Subject: [PATCH 1/3] fix: use release app for Zoekt sync --- .github/workflows/syncZoekt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/syncZoekt.yml b/.github/workflows/syncZoekt.yml index 3637be25e..c14d33f81 100644 --- a/.github/workflows/syncZoekt.yml +++ b/.github/workflows/syncZoekt.yml @@ -33,8 +33,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 From 655e0000a4087394a54980170118e5a6bcad68f8 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 12:39:39 -0700 Subject: [PATCH 2/3] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3724be146..b68b677c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `nanoid` to `^3.3.18`. [#1557](https://github.com/sourcebot-dev/sourcebot/pull/1557) - Upgraded `dompurify` to `^3.4.13`. [#1556](https://github.com/sourcebot-dev/sourcebot/pull/1556) - Upgraded `mermaid` to `^11.16.1`. [#1555](https://github.com/sourcebot-dev/sourcebot/pull/1555) +- Fixed the automated Zoekt sync workflow to use the existing release GitHub App credentials. [#1561](https://github.com/sourcebot-dev/sourcebot/pull/1561) ## [5.1.5] - 2026-07-31 From 2dae7c4f24abd7fb5844174fb318e32291b975dc Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Mon, 10 Aug 2026 12:40:49 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68b677c1..3724be146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `nanoid` to `^3.3.18`. [#1557](https://github.com/sourcebot-dev/sourcebot/pull/1557) - Upgraded `dompurify` to `^3.4.13`. [#1556](https://github.com/sourcebot-dev/sourcebot/pull/1556) - Upgraded `mermaid` to `^11.16.1`. [#1555](https://github.com/sourcebot-dev/sourcebot/pull/1555) -- Fixed the automated Zoekt sync workflow to use the existing release GitHub App credentials. [#1561](https://github.com/sourcebot-dev/sourcebot/pull/1561) ## [5.1.5] - 2026-07-31