From 58a6ccc2e1dffcaac15e515d44d18bfe55afc543 Mon Sep 17 00:00:00 2001 From: randypanding Date: Sat, 22 Aug 2026 02:07:28 +0800 Subject: [PATCH] =?UTF-8?q?ci(conductor):=20spec-author=20=E9=92=89?= =?UTF-8?q?=E7=82=B9=E9=87=8D=E9=92=89=20v1.4.3=E2=80=94=E2=80=94irRef/tas?= =?UTF-8?q?kId=20=E4=BA=8B=E4=BB=B6=E7=9C=9F=E5=80=BC=E8=A6=86=E5=86=99?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=88.github#162=20=E6=A0=B9=E5=9B=A0?= =?UTF-8?q?=EF=BC=8CADR-0050=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conductor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conductor.yml b/.github/workflows/conductor.yml index 5f6ee94..1f77910 100644 --- a/.github/workflows/conductor.yml +++ b/.github/workflows/conductor.yml @@ -307,12 +307,12 @@ jobs: # spec-author 钉发布 tag 的 commit SHA(供应链;ADR-0049/0050) needs: route if: needs.route.outputs.invoke == 'spec-author' - uses: Cloudbird-Software/CI-Workflows/.github/workflows/spec-author.yml@1cae5c815ed83356481e41976d7c819e1c09ee16 # spec-author ciw_ref 钉源版 + uses: Cloudbird-Software/CI-Workflows/.github/workflows/spec-author.yml@4676c98047f816f7c888591eb882bf941e5c9fe0 # v1.4.3(irRef/taskId 事件真值覆写修复) with: issue_number: ${{ fromJson(needs.route.outputs.issue) }} target_repo: 'Cloudbird-Software/.github' ir_ref: ${{ needs.route.outputs.ir_ref }} - ciw_ref: '1cae5c815ed83356481e41976d7c819e1c09ee16' # 与上方 uses 钉点同值(ADR-0043 钉源) + ciw_ref: '4676c98047f816f7c888591eb882bf941e5c9fe0' # 与上方 uses 钉点同值(ADR-0043 钉源) # 显式传递(zizmor secrets-inherit:调用方 secrets 必须显式点名) secrets: LLM_API_KEY: ${{ secrets.LLM_API_KEY }}