From 3924a05c15d33321b3504a6e394e829949e30145 Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Wed, 26 Feb 2020 23:58:33 -0800 Subject: [PATCH] add username --- lib/resources/fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/resources/fastlane/Fastfile b/lib/resources/fastlane/Fastfile index b05c2cd4..9c9c6082 100644 --- a/lib/resources/fastlane/Fastfile +++ b/lib/resources/fastlane/Fastfile @@ -63,7 +63,8 @@ platform :ios do git_url: ENV['PUBLISHING_MATCH_CERTIFICATE_REPO'], type: signing_type, keychain_name: 'fastlane_tmp_keychain', - readonly: false + readonly: false, + username: 'mmcc007@gmail.com' ) } puts 'Certificates and profiles installed'