Hiding my API keys

Problem:

I don't want to expose API secret keys, but I still want to be able to commit my changes and push to github.

Solution:

figaro heroku:set -e production

Comments