Access to the repository upload token via v2 API
in progress
Atsushi Watanabe
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.
AJ Fazzio
in progress
AJ Fazzio
Hi Atsushi Watanabe, we're working on rolling out a global upload token right now, we're hoping to have it out and in the wild this quarter, but that is of course, subject to change. We will keep you posted on that front as we get it out. In the meantime, the v1 API is still usable and we don't have a date to sunset it as yet. We won't do that until feature parity as been achieved.
Paul Wong
AJ Fazzio: Hi AJ, Any update on this issue. I have the same problem. And I also can't seem to authenticate to v1. So that isn't a solution for us either.