From db63056ddced79909b57605991d257e1d8025e44 Mon Sep 17 00:00:00 2001 From: UVCLimHun Date: Thu, 17 Apr 2025 15:17:40 +0900 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 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