chore(ci): AI 程式碼審查步驟改用 token/TOKEN 輸入
將 opencode-code-review 的輸入由 comment_token(secrets.COMMENT_TOKEN) 改為 token(secrets.TOKEN)。註:此變更非由本次重構產生,一併納入提交。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
adc3cc340e
commit
35396f9a11
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user