mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 17:31:12 +00:00
fix(release): bind bootstrap publish workflow identity
This commit is contained in:
@@ -256,6 +256,8 @@ describe("Plugin ClawHub New workflow", () => {
|
||||
expect(binding).toContain("--clawhub-toolchain-integrity");
|
||||
expect(binding).toContain("--clawhub-toolchain-sha256");
|
||||
expect(binding).toContain("--clawhub-toolchain-version");
|
||||
expect(binding).toContain('--workflow-head-branch "${WORKFLOW_HEAD_BRANCH}"');
|
||||
expect(binding).toContain('--workflow-ref "${WORKFLOW_REF}"');
|
||||
});
|
||||
|
||||
it("rehashes and validates tgz identity before exposing the token", () => {
|
||||
|
||||
Reference in New Issue
Block a user