From 39f244f3bec5c078a8b1cf57dcc4ba0b1edd00ca Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 27 Oct 2020 11:27:39 +1300 Subject: [PATCH] devise secrets needs to match --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffdc80441..0898a2a93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Prepare database for testing env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/growstuff_test - DEVISE_SECRET_KEY: anything + DEVISE_SECRET_KEY: secret RAILS_ENV: test run: | bundle exec rails db:prepare