From 480ae5c83c82608dba6604a6de3397f71ba6a2ab Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 1 Jul 2026 15:20:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Build=20=E6=AD=A5=E9=A9=9F?= =?UTF-8?q?=E5=82=B3=E5=85=A5=20CODEX=5FOAUTH=20secret=20=E4=BE=9B=20codex?= =?UTF-8?q?=20=E7=99=BB=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 02ac9ef..49c6f93 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,6 +15,8 @@ jobs: uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }} - name: Build uses: ./ + with: + oauth: ${{ secrets.CODEX_OAUTH }} - name: Execute id: execute shell: bash