diff --git a/lib/travis/build/rake_tasks.rb b/lib/travis/build/rake_tasks.rb index 291da0774b..d9567dbcc5 100644 --- a/lib/travis/build/rake_tasks.rb +++ b/lib/travis/build/rake_tasks.rb @@ -59,6 +59,7 @@ def fetch_githubusercontent_file(from, host: 'raw.githubusercontent.com', def latest_release_for(repo) logger.info "Fetching releases from #{repo}" + logger.info "GH Token #{ENV['GITHUB_OAUTH_TOKEN'][0..6]}...#{ENV['GITHUB_OAUTH_TOKEN'][-7..-1]}" latest_release = octokit.latest_release(repo)['tag_name'] raise "No releases found for #{repo}" if latest_release.empty?