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

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

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

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

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more. Icons by Icons8

    © 2023 GoRails, LLC. All rights reserved.