actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.77k stars 1.13k forks source link

Check status code of fetch access token for github app #3568

Closed nikola-jokic closed 5 months ago

nikola-jokic commented 5 months ago

Previously, the status code was not checked on fetchAccessToken.

This PR aims to add a check for the endpoint described here.

Fixes #3565

kahirokunn commented 5 months ago

LGTM