octonode
octonode copied to clipboard
Example how to create repo under an organisation
Dear All,
Is there a way to create a repository to an organisation where the user is admin?
Thank you in advance!
github.client( token ).org( orgName ).repo()
does not work. It gives back
{ [Error: Not Found]
message: 'Not Found',
statusCode: 404,
headers:
{ server: 'GitHub ....
Can you check the createRepo option?