cert/lib/cert/runner.rb in fastlane-2.177.0 vs cert/lib/cert/runner.rb in fastlane-2.178.0
- old
+ new
@@ -29,10 +29,10 @@
UI.message("Successfully logged in")
end
end
def api_token
- @api_token ||= Spaceship::ConnectAPI::Token.create(Cert.config[:api_key]) if Cert.config[:api_key]
+ @api_token ||= Spaceship::ConnectAPI::Token.create(**Cert.config[:api_key]) if Cert.config[:api_key]
@api_token ||= Spaceship::ConnectAPI::Token.from_json_file(Cert.config[:api_key_path]) if Cert.config[:api_key_path]
return @api_token
end
def run