CI CD
[Github Action] How self-hosted runner communicate with github?
kyeongjun-dev
2023. 2. 11. 15:32
self-hosted runner를 private 네트워크에 설치했는데 어떻게 github랑 통신을 할까 궁금했는데, long poll 방식으로 지속적으로 https 요청을 보낸다고 한다.
About self-hosted runners - GitHub Docs
About self-hosted runners A self-hosted runner is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.com. For more information about GitHub Actions, see "Understanding GitHub Actions." Self-hosted runners offer more control o
docs.github.com
https://stackoverflow.com/questions/64457842/how-does-github-action-self-hosted-runner-work