chore: update the github app id config schema
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user