This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Description
Hello, fabulous tool thanks.
Does wowa support private repositories? I am having issues getting this to work.
I am able to clone natively with 'git clone' (my .git-credentials works), I have altered wowa/source/github.js to expose that my process.env.GITHUB_TOKEN is being passed (it is).
Everything in wowa/source/github.js seems to work, its when 'done(d)' is called that master.zip isn't authorized. In ok.git:L81 the output of console.log(d) is the following
wowa install redacted/addon
⠇ redacted/addon [github] waiting...
done { name: 'addon',
owner: 'redacted',
author: 'redacted',
page: 'https://github.com/redacted/addon',
version:
[ { name: '7667e48',
link:
'https://github.com/redacted/addon/archive/master.zip' } ],
↓ redacted/addon @7667e48 [github] HTTPError: Response code 404 (Not Found) [skipped]
Thanks!