mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:07:41 +00:00
fix(ci): stabilize detect-secrets baseline
This commit is contained in:
@@ -601,7 +601,7 @@ describe("readSystemdServiceExecStart", () => {
|
||||
});
|
||||
expect(command?.environmentValueSources).toEqual({
|
||||
OPENCLAW_GATEWAY_TOKEN: "file",
|
||||
OPENCLAW_GATEWAY_PASSWORD: "file",
|
||||
OPENCLAW_GATEWAY_PASSWORD: "file", // pragma: allowlist secret
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user