diff --git a/.env_sample b/.env_sample index 61b486f6f..84c41976b 100644 --- a/.env_sample +++ b/.env_sample @@ -134,3 +134,8 @@ export TWITCH_WEBHOOK_SECRET="Optional" # For calling the Stack Exchange API # (https://api.stackexchange.com/docs) export STACK_EXCHANGE_APP_KEY="" + +# For calling the Github API +# (https://docs.github.com/) +export GITHUB_KEY="Optional" +export GITHUB_SECRET="Optional"