Add auth support to [Reddit] badges (#10790)
* Add auth support to [Reddit] badges * Simplify token response schema
This commit is contained in:
committed by
GitHub
parent
71f553e438
commit
4a75cf09a7
@@ -105,6 +105,8 @@ private:
|
||||
opencollective_token: 'OPENCOLLECTIVE_TOKEN'
|
||||
pepy_key: 'PEPY_KEY'
|
||||
postgres_url: 'POSTGRES_URL'
|
||||
reddit_client_id: 'REDDIT_CLIENT_ID'
|
||||
reddit_client_secret: 'REDDIT_CLIENT_SECRET'
|
||||
sentry_dsn: 'SENTRY_DSN'
|
||||
sl_insight_userUuid: 'SL_INSIGHT_USER_UUID'
|
||||
sl_insight_apiToken: 'SL_INSIGHT_API_TOKEN'
|
||||
|
||||
@@ -5,6 +5,8 @@ private:
|
||||
gh_client_id: ...
|
||||
gh_client_secret: ...
|
||||
gitlab_token: ...
|
||||
reddit_client_id: ...
|
||||
reddit_client_secret: ...
|
||||
sentry_dsn: ...
|
||||
shields_secret: ...
|
||||
sl_insight_userUuid: ...
|
||||
|
||||
@@ -9,6 +9,8 @@ private:
|
||||
gitlab_token: '...'
|
||||
obs_user: '...'
|
||||
obs_pass: '...'
|
||||
reddit_client_id: '...'
|
||||
reddit_client_secret: '...'
|
||||
twitch_client_id: '...'
|
||||
twitch_client_secret: '...'
|
||||
weblate_api_key: '...'
|
||||
|
||||
Reference in New Issue
Block a user