Add Github environments keys to .env_sample file (#11591)

This commit is contained in:
Oskar Janusz 2020-11-24 15:05:17 +01:00 committed by GitHub
parent c17ccb4a76
commit 397f426b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"