fix: restore xworkmate live test compatibility

This commit is contained in:
Haitao Pan 2026-04-12 13:43:45 +08:00
parent b6f85af12e
commit 412784e2ca

View File

@ -33,6 +33,7 @@ const (
XWorkmateSecretLocatorProviderVault = "vault"
XWorkmateSecretLocatorTargetBridgeAuthToken = "bridge.auth_token"
XWorkmateSecretLocatorTargetOpenclawGatewayToken = XWorkmateSecretLocatorTargetBridgeAuthToken
XWorkmateSecretLocatorTargetVaultRootToken = "vault.root_token"
XWorkmateSecretLocatorTargetAIGatewayAccessToken = "ai_gateway.access_token"
XWorkmateSecretLocatorTargetOllamaCloudAPIKey = "ollama_cloud.api_key"