From 4ebf1690637b3a207574598da624c5c897762f48 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Tue, 28 Apr 2026 14:17:33 -0400 Subject: [PATCH 1/3] Add reviewer GitHub token to Cassandra AI Review --- .github/workflows/review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 21cffa4..befd519 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -19,6 +19,7 @@ jobs: - name: Run Cassandra AI Review uses: menny/cassandra@v0.2.0 with: + reviewer_github_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} provider_api_key: ${{ secrets.GEMINI_API_KEY }} # The base branch to compare against (defaults to main) base: ${{ github.event.pull_request.base.sha }} From d0043039f873ad733794ee9d0a387341cd4daad2 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Tue, 28 Apr 2026 14:32:55 -0400 Subject: [PATCH 2/3] Update GitHub Actions token for Cassandra AI Review --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index befd519..657e3c8 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -19,7 +19,7 @@ jobs: - name: Run Cassandra AI Review uses: menny/cassandra@v0.2.0 with: - reviewer_github_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} + reviewer_github_token: ${{ secrets.CODE_REVIEW_ORG_TOKEN }} provider_api_key: ${{ secrets.GEMINI_API_KEY }} # The base branch to compare against (defaults to main) base: ${{ github.event.pull_request.base.sha }} From 11d405bf32fd811dd34e408f89b3cb504a9a45dc Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Tue, 28 Apr 2026 14:36:43 -0400 Subject: [PATCH 3/3] Update GitHub Actions token for Cassandra AI Review --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 657e3c8..57d6f95 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -19,7 +19,7 @@ jobs: - name: Run Cassandra AI Review uses: menny/cassandra@v0.2.0 with: - reviewer_github_token: ${{ secrets.CODE_REVIEW_ORG_TOKEN }} + reviewer_github_token: ${{ secrets.CODE_REVIEW_BOT_TOKEN }} provider_api_key: ${{ secrets.GEMINI_API_KEY }} # The base branch to compare against (defaults to main) base: ${{ github.event.pull_request.base.sha }}