From 2289b298ba7306c031e9320edb9183f74be689fe Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 15:21:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E8=AA=BF=E6=95=B4=20OpenCode=20?= =?UTF-8?q?=E5=AF=A9=E6=9F=A5=20action=20=E8=BC=B8=E5=85=A5=E7=82=BA=20tok?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 將 comment_token/secrets.COMMENT_TOKEN 改為 token/secrets.TOKEN,對齊 action 輸入。 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 b90e67c..ec6a64a 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 }}