diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 693c75c22..bd3069e73 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -41,6 +41,7 @@ jobs: DB_DATABASE: data_collector DB_USERNAME: postgres DB_PASSWORD: password + RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }} steps: - name: Get latest release with tag diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 5304c9138..e743f4504 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -41,6 +41,7 @@ jobs: DB_DATABASE: data_collector DB_USERNAME: postgres DB_PASSWORD: password + RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }} steps: - name: Checkout diff --git a/app/mailers/devise_notify_mailer.rb b/app/mailers/devise_notify_mailer.rb index 9a93f6c5a..7fd2e256f 100644 --- a/app/mailers/devise_notify_mailer.rb +++ b/app/mailers/devise_notify_mailer.rb @@ -52,7 +52,6 @@ class DeviseNotifyMailer < Devise::Mailer Rails.application.credentials[:email_allowlist] end - # def unlock_instructions(record, token, opts = {}) # super # end