Install self hosted runner
Select Repo and go to Settings:

2. Go to Actions --> Runners --> New self-hoster runner:

3. Follow the instructions for the os in question (most likely Linux)

4. Use the following:
To run the runner you have 2 options:
Execute from folder
./run.sh
This will stop once you exit
Set up background service for this:
Check available commands
Install the service as root:
Start the service:
Check if service is running:
Check if runner is active:
Reload the Settings tab
Go to Actions
Go to Runners
New runner should be there:
Resources:
Last updated