brian said over 1 year ago on Deploying to Amazon Linux 2 :
Quick question on using different environment credentials. I am using GitHub Actions with my Test key, but GitHub can't find it?

This is my setup:
RAILS_TEST_KEY: ${{ secrets.RAILS_TEST_KEY }}

Do I need to have this in my environments/test.rb for this to work?
config.require_test_key = true