Add z.ai API key to OpenClaw secrets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3a885463f0
commit
1748360922
1 changed files with 2 additions and 0 deletions
|
|
@ -97,11 +97,13 @@
|
|||
# OpenClaw secrets
|
||||
sops.secrets.openclaw_discord_token = { };
|
||||
sops.secrets.openclaw_openai_api_key = { };
|
||||
sops.secrets.openclaw_zai_api_key = { };
|
||||
|
||||
sops.templates."openclaw.env" = {
|
||||
content = ''
|
||||
DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token}
|
||||
OPENAI_API_KEY=${config.sops.placeholder.openclaw_openai_api_key}
|
||||
ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue