From 811f56d715db1b0d9889e0cc51858486019c218d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 29 Jun 2026 15:24:05 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=94=B9=E7=94=A8=20codex=20compo?= =?UTF-8?q?site=20action=20=E5=AE=89=E8=A3=9D=20AI=20=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 11b61af..8b937d2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -47,9 +47,9 @@ jobs: - name: 取得程式碼 uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }} - name: 安裝 AI 工具 - uses: https://gitea.jsc.idv.tw/composite-actions/antigravity@${{ vars.ACTION_ANTIGRAVITY_VERSION }} + uses: https://gitea.jsc.idv.tw/composite-actions/codex@${{ vars.ACTION_CODEX_VERSION }} with: - oauth: ${{ secrets.ANTIGRAVITY_OAUTH }} + oauth: ${{ secrets.CODEX_OAUTH }} - name: 檢查 AI 助理 CLI shell: bash run: |