New Discussion

Notifications

You’re not receiving notifications from this thread.

Accessing The Rails test.key on GitHub Actions

0
Testing

I have credential files and keys for production, development, and test. Meaning I have no master.key file.

How do I then access my test.key using GitHub actions?

Using these approaches does not work:

RAILS_TEST_KEY: ${{ secrets.RAILS_MASTER_KEY }}
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,440+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.