-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot retrieve installationAccessToken #1399
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
OK, I had time to further investigate the issue and it seems that expirationTime for the jwt is too high. |
Hi @Milredel, we just fixed that very problem yesterday in octokit/app.js#36, make sure you update |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I want my back-end to get all PR of all repo of my organisation. I created a github app, installed it and got my installation id and my private key (pem certificate).
But when I run this code :
All I can get is this :
Am I missing something ?
Thanks for the help
The text was updated successfully, but these errors were encountered: