librechat: fix secrets typo
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 6s
Flake check / flake-check (pull_request) Failing after 6s

This commit is contained in:
sid 2026-05-19 21:54:40 +02:00
parent e693ba0340
commit 3dca169832

View file

@ -62,7 +62,7 @@ in
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"} CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"} CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"} MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"}
OPENROUTER_KEY==${config.sops.placeholder}."librechat/openrouter-key"} OPENROUTER_KEY=${config.sops.placeholder}."librechat/openrouter-key"}
''; '';
}; };
} }