Is there any way to find the LHCI_GITHUB_APP_TOKEN once you close the authorization confirmation page? 馃槃
I can't find it in the documentation.
This would be a good question to add to the FAQ.
I believe you need to remove the app from Github and then reinstall it
Thanks, I have it again.
Now that I have it, the status isn't being updated. 馃槩
This is the log:
GitHub token found, attempting to set status...
GitHub responded with 422
{"success":false}
Any ideas why?
Now that I have it, the status isn't being updated. 馃槩
This is the log:
GitHub token found, attempting to set status... GitHub responded with 422 {"success":false}Any ideas why?
We're having the same problem in a private repo. Gave the github app org access to only the specific repo, but it's not working, with the exact same error.
I'm having the problem too.
Hey folks sorry for the troubles here! A couple notes:
LHCI_GITHUB_APP_TOKEN or --githubAppToken not --githubToken or LHCI_GITHUB_TOKEN, and vice-versa if you're using direct status checks with a personal GitHub access token. There are two different methods of status check support and accidentally using the wrong flag/token leads to the 422 error. We'll try to make this clearer in the docs.
Most helpful comment
Hey folks sorry for the troubles here! A couple notes:
LHCI_GITHUB_APP_TOKENor--githubAppTokennot--githubTokenorLHCI_GITHUB_TOKEN, and vice-versa if you're using direct status checks with a personal GitHub access token. There are two different methods of status check support and accidentally using the wrong flag/token leads to the 422 error. We'll try to make this clearer in the docs.