Method: GitHub::Command#github_token

Defined in:
lib/github/command.rb

#github_tokenObject



79
80
81
# File 'lib/github/command.rb', line 79

def github_token
  git("config --get github.token")
end