From f43fbfbb2ff9291ca1be51d2fef3ccd6ec2a6d53 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 15 Jul 2026 17:13:59 +0200 Subject: [PATCH] =?UTF-8?q?test:=20=E5=AF=B9=E9=BD=90=20AgentRun=20release?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E5=87=AD=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/src/agentrun.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/src/agentrun.test.ts b/scripts/src/agentrun.test.ts index caa6859c..c23f5f65 100644 --- a/scripts/src/agentrun.test.ts +++ b/scripts/src/agentrun.test.ts @@ -1651,20 +1651,20 @@ describe("AgentRun YAML tool credential binding", () => { { tool: "github", purpose: "github-pr", - secretRef: { name: "agentrun-v01-tool-github-pr", keys: ["GH_TOKEN"] }, + secretRef: { name: "agentrun-release-tool-github-pr", keys: ["GH_TOKEN"] }, projection: { kind: "env", envName: "GH_TOKEN", secretKey: "GH_TOKEN" }, }, { tool: "unidesk-ssh", purpose: "ssh-passthrough", - secretRef: { name: "agentrun-v01-tool-unidesk-ssh", keys: ["UNIDESK_SSH_CLIENT_TOKEN"] }, + secretRef: { name: "agentrun-release-tool-unidesk-ssh", keys: ["UNIDESK_SSH_CLIENT_TOKEN"] }, projection: { kind: "env", envName: "UNIDESK_SSH_CLIENT_TOKEN", secretKey: "UNIDESK_SSH_CLIENT_TOKEN" }, }, { tool: "github", purpose: "github-ssh", secretRef: { - name: "agentrun-v01-tool-github-ssh", + name: "agentrun-release-tool-github-ssh", keys: credentialMode === "conflict" ? ["id_ed25519", "known_hosts", "config"] : ["id_ed25519", "known_hosts"], }, projection: { kind: "volume", mountPath: "/home/agentrun/.ssh" }, @@ -1701,7 +1701,7 @@ describe("AgentRun YAML tool credential binding", () => { allowCredentialEcho: false, providerCredentials: [{ profile: "codex", - secretRef: { name: "agentrun-v01-provider-codex", keys: ["auth.json", "config.toml"] }, + secretRef: { name: "agentrun-release-provider-codex", keys: ["auth.json", "config.toml"] }, }], toolCredentials: renderedToolCredentials(), },