perf(secrets): narrow channel secret-ref imports

This commit is contained in:
Vincent Koc
2026-04-07 07:38:19 +01:00
parent 371c4147f3
commit e318f48ff2
7 changed files with 17 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {
type SecretDefaults,
type SecretTargetRegistryEntry,
} from "openclaw/plugin-sdk/channel-secret-runtime";
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
import { coerceSecretRef } from "openclaw/plugin-sdk/secret-ref-runtime";
type GoogleChatAccountLike = {
serviceAccount?: unknown;