1
0
Fork 0

Fix CI build

This commit is contained in:
Alex Kotov 2018-12-04 09:21:07 +05:00
parent 623aff5f94
commit e56a81f8c4
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ Devise.setup do |config|
# Add a new OmniAuth provider. Check the wiki for more information on setting
# up on your models and hooks.
config.omniauth :github,
Rails.application.credentials.github[:client_id],
Rails.application.credentials.github[:client_secret],
Rails.application.credentials.dig(:github, :client_id),
Rails.application.credentials.dig(:github, :client_secret),
scope: 'user'
# ==> Warden configuration