From b793db559e5ee75bd8468e6d6b4d85c6a7b43b8d Mon Sep 17 00:00:00 2001 From: beppeb Date: Tue, 26 Aug 2025 12:38:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/code-revi?= =?UTF-8?q?ew.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/code-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/code-review.yml b/.gitea/workflows/code-review.yml index 6639a26..ea28fb6 100644 --- a/.gitea/workflows/code-review.yml +++ b/.gitea/workflows/code-review.yml @@ -19,11 +19,11 @@ jobs: # NODE_TLS_REJECT_UNAUTHORIZED: '0' with: SOURCE_AT: gitea - GITHUB_BASE_URL: https://49.235.186.195 + GITHUB_BASE_URL: 'https://devstar.cn' OPENAI_BASE_URL: 'https://aiyjg.lol' PROGRAMMING_LANGUAGE: 'JavaScript' # 避免使用 auto FULL_REVIEW_COMMENT: openai REVIEW_COMMENT_PREFIX: 'openai:' MAX_CODE_LENGTH: 6000 OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }} - GITHUB_TOKEN: '83409465a7f78c3cf3db7ac632b8d4c9e59caffa' \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file