fix(release): bind bootstrap publish workflow identity

This commit is contained in:
Peter Steinberger
2026-07-15 17:41:43 +01:00
parent e48427bfc8
commit 0f7fbfa003
2 changed files with 6 additions and 0 deletions

View File

@@ -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", () => {