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 6c73495 commit 2422f25Copy full SHA for 2422f25
app.json
@@ -26,6 +26,10 @@
26
"OWNERS": {
27
"description": "Comma seperated user IDs of people that are allowed to use owner only commands. (eval and update)",
28
"required": false
29
+ },
30
+ "GITHUB_ACCESS_TOKEN": {
31
+ "description": "Github personal access token to enable use of the update command.",
32
+ "required": false
33
}
34
-}
35
+}
0 commit comments