mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 20:21:12 +00:00
fix(ci): bound release evidence dispatch (#108898)
This commit is contained in:
@@ -1906,6 +1906,8 @@ jobs:
|
||||
)"
|
||||
|
||||
if ! curl --fail-with-body \
|
||||
--connect-timeout 10 \
|
||||
--max-time 30 \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${RELEASES_DISPATCH_TOKEN}" \
|
||||
|
||||
@@ -337,6 +337,9 @@ describe("release validation no-push transport", () => {
|
||||
expect(verify.run).toContain('"openclaw-release-checks.yml"');
|
||||
expect(dispatch.run).not.toContain('GITHUB_RUN_ID_VALUE="$EVIDENCE_ROOT_RUN_ID"');
|
||||
expect(dispatch.run).toContain("reused green product evidence from chain-root run");
|
||||
expect(dispatch.run).toContain("--connect-timeout 10");
|
||||
expect(dispatch.run).toContain("--max-time 30");
|
||||
expect(dispatch.run).toContain("https://api.github.com/repos/openclaw/releases/dispatches");
|
||||
});
|
||||
|
||||
it("publishes an attempt-qualified canonical manifest plus a temporary legacy alias", () => {
|
||||
|
||||
Reference in New Issue
Block a user