2016-10-13 11:05:21 +08:00
|
|
|
{
|
|
|
|
"name": "PRobot",
|
|
|
|
"description": "a trainable robot that responds to activity on GitHub",
|
|
|
|
"keywords": ["PRobot", "node", "github"],
|
2017-03-14 11:26:59 +08:00
|
|
|
"repository": "https://github.com/probot/probot",
|
2016-10-13 11:05:21 +08:00
|
|
|
"logo": "https://github.com/probot.png",
|
|
|
|
"env": {
|
|
|
|
"PRIVATE_KEY": {
|
2017-06-06 10:04:26 +08:00
|
|
|
"description": "the private key you downloaded when creating the GitHub App"
|
2016-10-13 11:05:21 +08:00
|
|
|
},
|
2017-06-06 10:04:26 +08:00
|
|
|
"APP_ID": {
|
|
|
|
"description": "the ID of your GitHub App"
|
2016-10-13 11:05:21 +08:00
|
|
|
},
|
|
|
|
"WEBHOOK_SECRET": {
|
2017-06-06 10:04:26 +08:00
|
|
|
"description": "the secret configured for your GitHub App"
|
2017-03-14 11:26:59 +08:00
|
|
|
},
|
|
|
|
"LOG_LEVEL": {
|
|
|
|
"required": false,
|
|
|
|
"value": "info",
|
|
|
|
"description": "trace, debug, info, warn, error, or fatal; default: info"
|
2016-10-13 11:05:21 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|