diff --git a/app/config/platforms.php b/app/config/platforms.php index 4d99132000..447f7f008d 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -195,7 +195,7 @@ return [ 'family' => APP_PLATFORM_CONSOLE, 'prism' => 'javascript', 'source' => \realpath(__DIR__ . '/../sdks/console-web'), - 'gitUrl' => 'https://github.com/appwrite/sdk-for-console.git', + 'gitUrl' => 'git@github.com:appwrite/sdk-for-console.git', 'gitBranch' => '1.5.x', 'gitRepoName' => 'sdk-for-console', 'gitUserName' => 'appwrite',