Remove sensitive information

parent 33c8f315
......@@ -2,7 +2,7 @@ module Github
class Client
attr_reader :connection
def initialize(token = '881a01d03026458e51285a4c7038c9fe4daa5561')
def initialize(token)
@connection = Faraday.new(url: 'https://api.github.com') do |faraday|
faraday.authorization 'token', token
faraday.adapter :net_http
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment