class Hyrb::Tasks::Github::Repos
Public Instance Methods
run(env)
click to toggle source
# File lib/hyrb/tasks/github.rb, line 27 def run(env) env.github_repos = env.github_client.org_repos(per_page: 100, org: env.creds.github_org) end