I am owner of a certain team(Let's say TechGeek) which has about 50 repositories. I followed the below Steps:
1. Create OAuth 2.0 Consumer in my team.
2. I Authorised my Personal account using the OAuth 2.0
3. Not I can access all the repositories with role=admin
Problem:
I can't access all repo with role=owner because the actual owner of all the repo is team TechGeek not me.
Explanation:
But if someone(Some other administrator obviously) in my team creates a new repository and removes me from that repo's administrator, i can't access that repo with my personal OAuth Token.
Is there any way that i can obtain the access token of the team to achieve the above problem i am facing?