sigh/lib/sigh/runner.rb in fastlane-2.177.0 vs sigh/lib/sigh/runner.rb in fastlane-2.178.0
- old
+ new
@@ -58,10 +58,10 @@
return download_profile(profile)
end
def api_token
- @api_token ||= Spaceship::ConnectAPI::Token.create(Sigh.config[:api_key]) if Sigh.config[:api_key]
+ @api_token ||= Spaceship::ConnectAPI::Token.create(**Sigh.config[:api_key]) if Sigh.config[:api_key]
@api_token ||= Spaceship::ConnectAPI::Token.from_json_file(Sigh.config[:api_key_path]) if Sigh.config[:api_key_path]
return @api_token
end
# The kind of provisioning profile we're interested in