10 11 12
# File 'lib/aissue/helper.rb', line 10 def client @client ||= Octokit::Client.new(access_token: ENV['GITHUB_TOKEN']) end