actions / actions-runner-controller

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

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

Closed nikola-jokic closed 3 months ago

nikola-jokic commented 3 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 3 months ago

LGTM