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