Stubbing Rails Secrets into Build

Oh thats strange. I saw it here How can I set secrets.yml for test environment for CircleCI?

Essentially I just need to load a fake secrets.yml file or just replace the mailchimp_api_key secrets key that is called.

Is there a reason why I can’t just use Settings -> Environment Variables?