diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index e264162..234bf3b 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/open-ai-codereviewer@test-this + uses: freeedcom/open-ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GH_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}