Add Github environments keys to .env_sample file (#11591)
This commit is contained in:
parent
c17ccb4a76
commit
397f426b87
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue