From 6908c8819298c2a2e7fc282243c6e0ffd39b5763 Mon Sep 17 00:00:00 2001 From: Max Clayton Clowes Date: Mon, 25 Nov 2024 11:46:30 +0000 Subject: [PATCH] Tweak code reviewer --- .github/workflows/codereviews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codereviews.yml b/.github/workflows/codereviews.yml index 28cd1abe0..7b9caee0e 100644 --- a/.github/workflows/codereviews.yml +++ b/.github/workflows/codereviews.yml @@ -16,7 +16,7 @@ jobs: uses: mcclowes/genai-code-review@v1.0.0 with: openai_api_key: ${{ secrets.OPENAI_API_KEY }} - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.AI_REVIEWER }} github_pr_id: ${{ github.event.number }} #openai_model: "gpt-4o" # optional openai_model: "gpt-3.5-turbo" # optional