put + + back
This commit is contained in:
parent
18b7cd4bb2
commit
93519deaa3
|
@ -9,4 +9,4 @@ Github.configure do |c|
|
||||||
end
|
end
|
||||||
|
|
||||||
#for updating repo contents
|
#for updating repo contents
|
||||||
Github_blobs_api = Github::Client::Repos::Contents.new basic_auth: ENV['GITHUB_REPO_BOT_LOGIN'] ":" ENV['GITHUB_REPO_BOT_PASSWORD']
|
Github_blobs_api = Github::Client::Repos::Contents.new basic_auth: ENV['GITHUB_REPO_BOT_LOGIN'] + ":" + ENV['GITHUB_REPO_BOT_PASSWORD']
|
||||||
|
|
Loading…
Reference in New Issue