fix(codex-response): 補強工作流權杖與輸入防呆

This commit is contained in:
2026-06-24 16:04:51 +00:00
parent 9c881d2750
commit 9db65461f9
3 changed files with 42 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
with:
gitea_server_url: ${{ gitea.server_url }}
gitea_repository: ${{ gitea.repository }}
gitea_token: ${{ secrets.GITEA_TOKEN }}
gitea_token: ${{ secrets.RUNNER_TOKEN }}
codex_auth_config: ${{ secrets.CODEX_OAUTH }}
model: gpt-5.4-mini
issue_title: ${{ github.event.issue.title }}
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
uses: https://gitea.jsc.idv.tw/actions/code-review@${{ vars.ACTION_CODE_REVIEW_VERSION }}
with:
GITEA_TOKEN: ${{ secrets.RUNNER_TOKEN }}
GITEA_COMMENT_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_COMMENT_TOKEN: ${{ secrets.RUNNER_TOKEN }}
OPENCODE_BASE_URL: ${{ vars.OPENCODE_BASE_URL }}
OPENCODE_PROVIDER: ${{ vars.OPENCODE_PROVIDER }}
OPENCODE_MODEL: ${{ vars.GEMINI_MODEL }}