We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c0c26 commit 8bff5a8Copy full SHA for 8bff5a8
lib/travis/build/rake_tasks.rb
@@ -59,6 +59,7 @@ def fetch_githubusercontent_file(from, host: 'raw.githubusercontent.com',
59
60
def latest_release_for(repo)
61
logger.info "Fetching releases from #{repo}"
62
+ logger.info "GH Token #{ENV['GITHUB_OAUTH_TOKEN'][0..6]}...#{ENV['GITHUB_OAUTH_TOKEN'][-7..-1]}"
63
64
latest_release = octokit.latest_release(repo)['tag_name']
65
raise "No releases found for #{repo}" if latest_release.empty?
0 commit comments