diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 97633a2..c06d8a4 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -14,6 +14,6 @@ jobs: - name: Code Review uses: freeedcom/ai-codereviewer@main with: - GITHUB_TOKEN: ${{ secrets.GH_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} exclude: "yarn.lock,dist/**"