refactor: apiKeyEnv → apiKey, store actual secret in config #530
Reference in New Issue
Block a user
Delete Branch "fix/528-refactor-apikey"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Rename ProviderConfig.apiKeyEnv to apiKey — store actual API key value in config instead of env var name.
Why
~/.uncaged/workflow/config.yaml is local, never committed. Env var indirection is unnecessary complexity (#528).
Changes
Breaking Change
Yes — existing config.yaml with apiKeyEnv needs uwf setup to reconfigure.
Ref
Fixes #528