We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9455 commit 67cb4adCopy full SHA for 67cb4ad
config_schema.json
@@ -1,5 +1,15 @@
1
{
2
"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
12
13
14
"name": "instance-url",
15
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
@@ -62,12 +72,7 @@
62
72
63
73
"name": "token",
64
74
"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
71
76
}
77
]
78
0 commit comments