From bd62b7bd5d92cbe1a8d4851486d511178cf87148 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 27 Oct 2020 13:50:10 +1300 Subject: [PATCH] adding RAILS_SECRET_TOKEN: supersecret --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0898a2a93..5cd6d6fc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,7 @@ jobs: env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/growstuff_test DEVISE_SECRET_KEY: secret + RAILS_SECRET_TOKEN: supersecret RAILS_ENV: test run: | bundle exec rails db:prepare @@ -107,6 +108,7 @@ jobs: env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/growstuff_test DEVISE_SECRET_KEY: secret + RAILS_SECRET_TOKEN: supersecret APP_DOMAIN_NAME: localhost:3000 APP_PROTOCOL: http CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}