Skip to content

Commit 67cb4ad

Browse files
Updating config schema.
1 parent 62f9455 commit 67cb4ad

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

config_schema.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"fields": [
3+
{
4+
"name": "app-id",
5+
"description": "The GitHub App to connect to.",
6+
"stringField": {}
7+
},
8+
{
9+
"name": "app-privatekey-path",
10+
"description": "Path to private key that is used to connect to the GitHub App",
11+
"stringField": {}
12+
},
313
{
414
"name": "instance-url",
515
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
@@ -62,12 +72,7 @@
6272
{
6373
"name": "token",
6474
"description": "The GitHub access token used to connect to the GitHub API.",
65-
"isRequired": true,
66-
"stringField": {
67-
"rules": {
68-
"isRequired": true
69-
}
70-
}
75+
"stringField": {}
7176
}
7277
]
7378
}

0 commit comments

Comments
 (0)