sigh/lib/sigh/runner.rb in fastlane-2.157.0 vs sigh/lib/sigh/runner.rb in fastlane-2.157.1

- old
+ new

@@ -16,10 +16,10 @@ FastlaneCore::PrintTable.print_values(config: Sigh.config, hide_keys: [:output_path], title: "Summary for sigh #{Fastlane::VERSION}") UI.message("Starting login with user '#{Sigh.config[:username]}'") - Spaceship::ConnectAPI.login(Sigh.config[:username], nil) + Spaceship::ConnectAPI.login(Sigh.config[:username], nil, use_portal: true, use_tunes: false) Spaceship::ConnectAPI.select_team UI.message("Successfully logged in") profiles = [] if Sigh.config[:skip_fetch_profiles] profiles ||= fetch_profiles # download the profile if it's there