chore: update the github app id config schema

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-01 14:22:08 +02:00
parent 09b2b656a8
commit 50b9eba922
+2 -2
View File
@@ -89,9 +89,9 @@ export interface Config {
*/
apps?: Array<{
/**
* The numeric GitHub App ID
* The numeric GitHub App ID, string for environment variables
*/
appId: number;
appId: number | string;
/**
* The private key to use for auth against the app
* @visibility secret