Describe the enhancement
When the runner receives a 401 (or something else) that it deems to be fatal, it should provide enough http response information that someone could do something with it (like file a ticket to https://support.github.com).
Roughly, that's the response code (and http version), server, date, x-github-*, and x-ratelimit-* fields plus the response body.
Code Snippet
Additional information
See #769 and community/community#14439
Describe the enhancement
When the runner receives a
401(or something else) that it deems to be fatal, it should provide enough http response information that someone could do something with it (like file a ticket to https://support.github.com).Roughly, that's the response code (and http version),
server,date,x-github-*, andx-ratelimit-*fields plus the response body.Code Snippet
Additional information
See #769 and community/community#14439