librechat: fix secrets typo
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 20s

This commit is contained in:
sid 2026-05-19 21:55:24 +02:00
parent 3dca169832
commit e988008e97

View file

@ -62,7 +62,7 @@ in
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
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"}
'';
};
}