Question 066
### How can you validate that your GitHub self-hosted-runner can access all required GitHub services?
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-self-hosted-runner-network-connectivity
1. [x] Using a GitHub provided script on the runner machine
1. [ ] By trying to access the runner machine by `ssh` to validate the network connectivity
1. [ ] By using the predefined GitHub Actions workflow `network-connectivity.yml`
1. [ ] GitHub will validate the network connectivity automatically when the runner application is installed on the runner machine