Remove sensitive information
This commit is contained in:
parent
33c8f315b9
commit
a32adb82dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue