I have a Github repository where I am collaborating. The repository is not under my user. I am able to push to the repsitory, since I am a collaborator. Is it possible to connect Heroku Github deployment to this Github repository? Not sure if there are any permissions that repository admin will have to configure in order for me to see the repository on my Heroku repository list.
Asked
Active
Viewed 1,508 times
5
-
Have you tried going into the deployment settings on Heroku? That’s where you turn on auto-deploy. The owner can add you as a collaborator on Heroku, which will give you access. – JBallin Oct 16 '19 at 00:48
-
Hi @JBallin, I have created Heroku apps. I am the owner of the application on Heroku. Though, I am not the owner of the repositories on Github. I have setup automatic deploy for my other applications(where I was repository owner). But the repositories where I am a collaborating is not showing up in the list on Heroku. – Abhijit Amin Oct 16 '19 at 01:58
-
Have you been able to find a solution? I'm struggling with this as well. – crazko Jun 03 '20 at 10:42
-
I ended up moving the repository under my account. Github organization are now free for small teams. So, you may create a new organization and move repository there. – Abhijit Amin Jul 03 '20 at 03:53
-
Same problem here – Adrian Bartholomew Oct 22 '21 at 13:24