Skip to content

Github Actions

James Brunskill edited this page Feb 2, 2025 · 1 revision

Self Hosted Runner

We have a self hosted runner for github actions.

For TMF Staff the login details should be in Bitwarden.

To debug, start with this doc from github. https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners?platform=mac

The runner is installed in ~/actions-runner/ which is consistent with the docs.

To find the latest log file you can run ls -r ~/actions-runner/_diag | tail -1

To see the end of that log file use tail ~/action-running/_diag/FILENAME_FROM_COMMAND_ABOVE