From c159abc40e73840ad3ebd3b82f0bdd56d4a4f823 Mon Sep 17 00:00:00 2001 From: Raja Bhandari <43031724+rayraja1992@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:03:17 +0530 Subject: [PATCH] Update code_review.yml --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 3edcf77..f991e49 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: freeedcom/ai-codereviewer@main + uses: rayraja1992/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}