Skip to content

Commit fad231e

Browse files
author
vitalie
committed
temo
1 parent 48c0c26 commit fad231e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/travis/build/rake_tasks.rb

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def fetch_githubusercontent_file(from, host: 'raw.githubusercontent.com',
5959

6060
def latest_release_for(repo)
6161
logger.info "Fetching releases from #{repo}"
62+
logger.info "GH Token #{ENV['GITHUB_OAUTH_TOKEN'][0..3]}...#{ENV['GITHUB_OAUTH_TOKEN'][-4..-1]}"
6263

6364
latest_release = octokit.latest_release(repo)['tag_name']
6465
raise "No releases found for #{repo}" if latest_release.empty?

0 commit comments

Comments
 (0)