As the documentation suggests, calling create_file
on a github.Repository.Repository
object should create a file but I am getting github.GithubException.UnknownObjectException
.
My code is like this:
`repo.create_file('filename', 'commitmessage', 'content')`
What am I doing wrong?