itsjeffro / deploy

Laravel package for zero-downtime deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant select private github repos

itsjeffro opened this issue · comments

Choosing a private github repo from the Add Project modal doesnt seem to work.

You need to add a scope of repo to your authorize URL. Currently, you're defaulting to only public.

https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/

Thanks, robbfountain. I'll update the scope as soon as I can.

Cheers

Fixed in version v1.0.2