Closed
Description
Edit: I originally thought I sent in a detrimental request that deleted my contributions history, but I discovered that I (subconsciously) changed my GH email address around the same time which happened to do it. I apologize for my carelessness in opening an issue. Please ignore it.
var gh = new Github({username: "twincharged",password: "PASSWORD",auth: "basic"}),
repo = gh.getRepo("twincharged", "PRIVATE_REPO");
document.querySelector("#send").addEventListener("click", function(){
var title = document.querySelector("#title").value,
blog = document.querySelector("#blog").value
repo.write("gh-pages", "markdown/"+title+".md", blog, "New blog: "+title, function(err) {
console.log(err)
});
})
Metadata
Metadata
Assignees
Labels
No labels