Alessio Lapi
Alessio Lapi
I think there is no more need for this PR. GitHub App authentication can be implemented so: ``` integration = GithubIntegration(app_id, private_key) installation_id = integration.get_installation(org, repo_name).id access_token = integration.get_access_token(installation_id).token github_client...
> > That works fine for short-lived interactions, but if you want to interact with the Github API for hours or days, that access token will expire. It's better to...
Hi, any news about this? It would be very useful