From ecdcc3d23e3e62e8ed9a30e03ee1fc28b6811d20 Mon Sep 17 00:00:00 2001 From: Radek Novak Date: Mon, 5 Feb 2024 11:57:55 +0100 Subject: [PATCH] Try using github_token --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 758cb51..20b52b4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -16,7 +16,8 @@ platform :ios do readonly: false, type: "appstore", app_identifier: ENV["MATCH_IDENTIFIERS"], - git_url: "git@github.com:WalletConnect/match-swift.git", + git_url: "https://github.com/WalletConnect/match-swift.git", + git_basic_authorization: options[:token], api_key: api_key, include_all_certificates: true, force_for_new_devices: true,