FIX: Remove hardcoded Signal number and use credentials vault

This commit is contained in:
2026-04-11 15:52:32 -04:00
parent 212dcd8734
commit ef869bac0d
4 changed files with 58 additions and 50 deletions

View File

@@ -102,6 +102,7 @@ This function is the secure getter for all system secrets. It prioritizes the Va
(:groq "GROQ_API_KEY")
(:openrouter "OPENROUTER_API_KEY")
(:telegram "TELEGRAM_BOT_TOKEN")
(:signal "SIGNAL_ACCOUNT_NUMBER")
(t nil))))
(when (and env-var (eq type :api-key))
(uiop:getenv env-var))))))