fix/expose-spire-cli
main
runner 虽然包含 /opt/spire/bin/spire-agent,但未加入 PATH,workflow 直接调用 spire-agent 会失败;identity smoke 还会重复下载 CLI。
/opt/spire/bin/spire-agent
spire-agent
/usr/local/bin
[self-hosted, pod]
go test ./...
git diff --check
No dependencies set.
The note is not visible to the blocked user.
问题
runner 虽然包含
/opt/spire/bin/spire-agent,但未加入 PATH,workflow 直接调用spire-agent会失败;identity smoke 还会重复下载 CLI。修复
spire-agent暴露到/usr/local/bin[self-hosted, pod]验证
go test ./...git diff --check