-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #323 from vishnoianil/config-text
Add help text for the config knobs
- Loading branch information
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
# Webhook URL set for the bot application to receive webhook events | ||
ILBOT_WEBHOOK_PROXY_URL=https://smee.io/your-webhook-proxy-url | ||
|
||
# Github App Id after bot's registration. | ||
ILBOT_GITHUB_INTEGRATION_ID=your-github-app-id | ||
|
||
# Webhook secret created during bot registration | ||
ILBOT_GITHUB_WEBHOOK_SECRET=your-webhook-secret | ||
|
||
# Github token required by workers for github operations | ||
ILWORKER_GITHUB_TOKEN=your-github-token | ||
|
||
# Github token required by workers for github operations | ||
ILWORKER_GITHUB_USERNAME=your-github-username | ||
|
||
# Github username required by workers for github operations | ||
ILBOT_BOT_USERNAME=@instruct-lab-bot | ||
|
||
# Private key generate for the bot app | ||
# Fire `awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' <your-private-key>` command | ||
# on your private key file and copy the output without any quotes to the following variable | ||
ILBOT_GITHUB_APP_PRIVATE_KEY=your-github-app-private-key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters