probot/app.json

19 lines
564 B
JSON
Raw Normal View History

2016-10-13 11:05:21 +08:00
{
"name": "PRobot",
"description": "a trainable robot that responds to activity on GitHub",
"keywords": ["PRobot", "node", "github"],
"repository": "https://github.com/bkeepers/PRobot",
"logo": "https://github.com/probot.png",
"env": {
"PRIVATE_KEY": {
2016-10-13 11:06:21 +08:00
"description": "the private key you downloaded when creating the GitHub Integration"
2016-10-13 11:05:21 +08:00
},
"INTEGRATION_ID": {
2016-10-13 11:06:21 +08:00
"description": "the ID of your GitHub Integration"
2016-10-13 11:05:21 +08:00
},
"WEBHOOK_SECRET": {
"description": "the secret configured for your GitHub Integration"
2016-10-13 11:05:21 +08:00
}
}
}