feat: support ssh key passphrase
This commit is contained in:
@@ -100,6 +100,7 @@ export type SSHConfig = {
|
||||
password?: string;
|
||||
key?: string;
|
||||
keyFile?: string;
|
||||
keyPassphrase?: string;
|
||||
};
|
||||
|
||||
export type WebhookConfig = {
|
||||
|
||||
Reference in New Issue
Block a user