fix: mark github webhookSecret as optional
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -239,7 +239,7 @@ export interface Config {
|
||||
* The secret used for webhooks
|
||||
* @visibility secret
|
||||
*/
|
||||
webhookSecret: string;
|
||||
webhookSecret?: string;
|
||||
/**
|
||||
* The client ID to use
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user