I am going crazy with Rails Credentials!
I have a Missing Master Key Error when launching my Github Action test.
I have
generated
credentials/test.keyandcredentials/test.yml.encwithrails credential:edit -e testcommand,stored the content of
test.keyin a GITHUB Actions Secretreferenced it in my Github Action
env: RAILS_ENV: test RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
Still say "Missing Key"... I also have done the same in production (as before the master.key was stored on Github!!)