forked from mirrors/probot
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"name": "PRobot",
|
|
"description": "a trainable robot that responds to activity on GitHub",
|
|
"keywords": ["PRobot", "node", "github"],
|
|
"repository": "https://github.com/probot/probot",
|
|
"logo": "https://github.com/probot.png",
|
|
"env": {
|
|
"PRIVATE_KEY": {
|
|
"description": "the private key you downloaded when creating the GitHub Integration"
|
|
},
|
|
"INTEGRATION_ID": {
|
|
"description": "the ID of your GitHub Integration"
|
|
},
|
|
"WEBHOOK_SECRET": {
|
|
"description": "the secret configured for your GitHub Integration"
|
|
},
|
|
"LOG_LEVEL": {
|
|
"required": false,
|
|
"value": "info",
|
|
"description": "trace, debug, info, warn, error, or fatal; default: info"
|
|
}
|
|
}
|
|
}
|