you can build a prvate runner to execute github actions workload.
With Docker :
docker build -t . runnerWith nerdctl
nerdctl build -t . runnernerdctl.exe run --env "REPO_URL=######" --env "REPO_TOKEN=############" -it runnerYou can register a repository or an organisation with this docker image.