match/lib/match/storage/s3_storage.rb in fastlane-2.177.0 vs match/lib/match/storage/s3_storage.rb in fastlane-2.178.0
- old
+ new
@@ -194,10 +194,10 @@
return spaceship.team_id
end
end
def api_token
- api_token ||= Spaceship::ConnectAPI::Token.create(self.api_key) if self.api_key
+ api_token ||= Spaceship::ConnectAPI::Token.create(**self.api_key) if self.api_key
api_token ||= Spaceship::ConnectAPI::Token.from_json_file(self.api_key_path) if self.api_key_path
return api_token
end
end
end