diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f552bee8250adac36a1d7480f5dc891e42885cb9..71d46d4a19d567f086c4217125e3995b232b1752 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -154,7 +154,8 @@ production: &base # - { name: 'twitter', app_id: 'YOUR APP ID', # app_secret: 'YOUR APP SECRET'} # - { name: 'github', app_id: 'YOUR APP ID', - # app_secret: 'YOUR APP SECRET' } + # app_secret: 'YOUR APP SECRET', + # args: { scope: 'user:email' } }