ci: encode domestic SSH key secret

This commit is contained in:
Codex
2026-07-28 18:26:14 +08:00
parent 17fad9ecc0
commit ba6d3605b7
2 changed files with 5 additions and 4 deletions
@@ -18,7 +18,8 @@ test("domestic frontend workflow is manual and registry-free", async () => {
assert.doesNotMatch(workflow, /\bpush:/);
assert.doesNotMatch(workflow, /REGISTRY_IMAGE/);
assert.match(workflow, /docker save/);
assert.match(workflow, /DOMESTIC_TEST_SSH_PRIVATE_KEY/);
assert.match(workflow, /DOMESTIC_TEST_SSH_PRIVATE_KEY_B64/);
assert.match(workflow, /base64 -d/);
});
test("domestic frontend workflow pins the China test API and isolated port", async () => {