From 35396f9a11d658aae18982a743e40901d61b4b4f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 15:28:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20AI=20=E7=A8=8B=E5=BC=8F=E7=A2=BC?= =?UTF-8?q?=E5=AF=A9=E6=9F=A5=E6=AD=A5=E9=A9=9F=E6=94=B9=E7=94=A8=20token/?= =?UTF-8?q?TOKEN=20=E8=BC=B8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 將 opencode-code-review 的輸入由 comment_token(secrets.COMMENT_TOKEN) 改為 token(secrets.TOKEN)。註:此變更非由本次重構產生,一併納入提交。 Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 12cd0bc..7b313e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -37,4 +37,4 @@ jobs: uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_OPENCODE_CODE_REVIEW_VERSION }} with: # 傳入留言用 token (secret),供 action 在 PR 上發表審查留言。 - comment_token: ${{ secrets.COMMENT_TOKEN }} + token: ${{ secrets.TOKEN }}