I am currently trying to connect a GitHub Repo to Ionic App Flow. Therefore, I have set up everything as proposed.
- Install ionic CLI as suggested by
npm install -g @ionic/cli
- Created local App
- Created App in App Flow dashboard
- Set up SSH Key to GitHub
Additionally, I am admin in the GitHub Repo, yet I am not the owner of it.
If i want to connect the App Flow App to my GitHub Repo i do the following as instructed:
- I link the ionic app by
ionic link XXXXX
Following the instructions
Which git host would you like to use? >> GitHub.
Does the repository exist on GitHub? (Y/n) >> Y.
This is when the trouble kicks in. I am asked to auth to Github and get back a list of all Repos I have access too. However, the one I am admin at and want to connect the Repo to is not listed.
Same case in the dashboard under AppName > Settings > Git
All my personal repos and to I am Collaborater at are shown, but not the
one I am looking for. Can someone help and tell my why this is the case
and how to resolve this issue?
Constructive help appreciated. Thanks in advance!