From e1c0b3c7ca7f6d3e5af86210ff78df0486ef76b5 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Mon, 2 Sep 2024 08:33:43 +0200 Subject: [PATCH] Update review.yml --- .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 ea93c17..7412053 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: AI Code Reviewer - uses: lfsevergnini/ai-codereviewer@main + uses: PierreGode/GPTcode-reviwer@main with: GITHUB_TOKEN: ${{ secrets.G_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}