forked from probot/probot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 684 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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 App"
},
"APP_ID": {
"description": "the ID of your GitHub App"
},
"WEBHOOK_SECRET": {
"description": "the secret configured for your GitHub App"
},
"LOG_LEVEL": {
"required": false,
"value": "info",
"description": "trace, debug, info, warn, error, or fatal; default: info"
}
}
}