mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 23:18:10 +00:00
fix: resolve current ci regressions
This commit is contained in:
@@ -22,7 +22,7 @@ function createGatewayAudit({
|
||||
expectedGatewayToken?: string;
|
||||
path?: string;
|
||||
serviceToken?: string;
|
||||
environmentValueSources?: Record<string, string>;
|
||||
environmentValueSources?: Record<string, "file" | "inline">;
|
||||
} = {}) {
|
||||
return auditGatewayServiceConfig({
|
||||
env: { HOME: "/tmp" },
|
||||
|
||||
Reference in New Issue
Block a user