Ask A Question

Notifications

You’re not receiving notifications from this thread.

Accessing The Rails test.key on GitHub Actions

Brian Gilbank asked in 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 }}

Reply
Join the discussion
Create an account Log in

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

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

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