Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down