Method: Abak::Flow::Manager#github

Defined in:
lib/abak-flow/manager.rb

#githubObject



40
41
42
43
44
45
# File 'lib/abak-flow/manager.rb', line 40

def github
  @github ||= Octokit::Client.new(
    login: configuration.,
    password: configuration.password,
    proxy: configuration.http_proxy)
end