From f0fe1321aba2685003f53d2af2cde01418ed15fd Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Fri, 28 Feb 2020 14:59:02 -0800 Subject: [PATCH] remove username, readonly match --- lib/resources/fastlane/Fastfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/resources/fastlane/Fastfile b/lib/resources/fastlane/Fastfile index 9c9c6082..a16d7adc 100644 --- a/lib/resources/fastlane/Fastfile +++ b/lib/resources/fastlane/Fastfile @@ -58,13 +58,13 @@ platform :ios do suppress_output { # Retrieves all the necessary certs and provisioning profiles. #force_for_new_devices: true, - #readonly: false + #readonly: false, + #username: 'mmcc007@gmail.com' sync_code_signing( git_url: ENV['PUBLISHING_MATCH_CERTIFICATE_REPO'], type: signing_type, keychain_name: 'fastlane_tmp_keychain', - readonly: false, - username: 'mmcc007@gmail.com' + readonly: true, ) } puts 'Certificates and profiles installed'