diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 5e94e58..d87f11b 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: anc95/ChatGPT-CodeReview@v1.0.21 env: - GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # optional LANGUAGE: Korean \ No newline at end of file