On v1 API, response to
GET /api/gh/:owner/:repo
contained upload token, but v2 API seems not.
We use this API to manage number of private repositories under our organization via my Terraform provider.
Is there any way to get repository upload token using v2 API?
I believe copying tens of the tokens from browser and setup manually is not a good idea.