Open gurneyalex opened 1 year ago
Did you set your GH token?
$ export GITHUB_TOKEN=<token>
The environment variable above should be mentioned in the documentation/CLI --help
, so keeping this issue open.
What would be nice is to try and obtain the token using the gh
client, a bit like this: https://github.com/OCA/maintainer-tools/blob/fbdc8945feabe1f6f3091c1b2d517b6c4160bc2b/tools/github_login.py#L25-L28.
Is your feature request related to a problem?
When running oca port on "busy" projects a couple of time I get this error:
Describe the solution you'd like
I don't see an option to use authenticated requests, but it would be nice. And maybe some throttling could be used to avoid having the error?