ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Private GitHub Repositories? #160

Open vtjon opened 6 years ago

vtjon commented 6 years ago

I have a project that I want to build for OSX and it has plugins from a couple of private repos. Our build server accesses these via SSH. Is it possible to use Sidekick cloud builds in this case? I didn't see anywhere to add SSH keys.

ventsislav-georgiev commented 6 years ago

@vtjon There is no way to add ssh keys currently. However, here is a similar case. You could create and put a Github’s OAuth token in the package.json:

"package-name": "git+https://<github_token>:x-oauth-basic@github.com/<user>/<repo>.git"
vtjon commented 6 years ago

Thanks. SSH would still be good though in my case, I've just built .tz package files and put them in my project. This will work for now.