# File lib/travis/cli/setup/releases.rb, line 10 def run deploy 'releases' do |config| github.with_token { |t| config['api_key'] = t } config['file'] = ask("File to Upload: ").to_s end end