How can I set secrets.yml for test environment for CircleCI?

Another option could be using CircleCI Environment Variables. This would allow you to load in secret info without it being in your repository or file system at all.

Not to mention that the AWS CLI will automatically read those variables from the environment if they are present.

1 Like