Skip to content

Commit 2422f25

Browse files
committed
Add github access token to app.json
1 parent 6c73495 commit 2422f25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"OWNERS": {
2727
"description": "Comma seperated user IDs of people that are allowed to use owner only commands. (eval and update)",
2828
"required": false
29+
},
30+
"GITHUB_ACCESS_TOKEN": {
31+
"description": "Github personal access token to enable use of the update command.",
32+
"required": false
2933
}
3034
}
31-
}
35+
}

0 commit comments

Comments
 (0)