docs(token): 收斂 token 權限建議並移除 README 行號連結

This commit is contained in:
Jeffery
2026-07-28 14:02:18 +08:00
parent 885b79f8b3
commit 2d3128eb45
3 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const path = require('path');
* - owner / repo:自 repository 拆出的擁有者與專案名,缺值時為空字串。
* - apiBaseGitea REST API 基底網址(`<serverUrl>/api/v1`)。
* - tokenaction input `token`INPUT_TOKEN),用於 Gitea API 認證,以及 push findings/exclusions
* commit 回 repo;建議為「能觸發 CI 的 PAT」(自動 token 推送不會再觸發 CI)。缺值時為空字串。
* commit 回 repo;建議為 repo 限定、最小權限且可輪替的 token。缺值時為空字串。
* - modelaction input `model`INPUT_MODEL,已 trim),指定 AI 模型,缺值時為空字串。
* - createIssueaction input `create-issue`INPUT_CREATE-ISSUE),是否將問題建到
* 存取庫的問題追蹤(建問題模式);trim + 小寫後與字串 'true' 嚴格比對,預設 false。