diff options
| author | 2020-11-17 16:34:16 +0200 | |
|---|---|---|
| committer | 2020-11-17 16:34:16 +0200 | |
| commit | f12ee976561b3cd474794c5e0230854b8d368a32 (patch) | |
| tree | be45f181d1d7b426482c71aca1ad3278d01e1b22 /config-default.yml | |
| parent | Port branding management to this bot from SeasonalBot (diff) | |
Move GitHub API key to better location
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config-default.yml b/config-default.yml index e7163fbe0..a9bbb144e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -321,6 +321,7 @@ filter: keys: site_api: !ENV "BOT_API_KEY" + github: !ENV "GITHUB_TOKEN" urls: @@ -535,9 +536,5 @@ branding: cycle_frequency: 3 # How many days bot wait before refreshing server icon -tokens: - github: !ENV "GITHUB_TOKEN" - - config: required_keys: ['bot.token'] |