Parallel action runners?

I want to run multiple actions rather than waiting one by one. The workaround would be to multiple deployments with Docker in Docker in Kubernetes, but I’m not sure how to assign automatic tokens. You know, so it can scale.

Please wait for Gitea 1.20.
We have merged a PR to retrieve tokens from the command line.
As it is new functionality, we didn’t backport it to 1.19.
With that, you can (at least with some work) register runners automatically.

is that Add API endpoint to get token for registering runners for repos by techknowlogick · Pull Request #23761 · go-gitea/gitea (github.com)?

No, I meant add CLI command to register runner tokens by techknowlogick · Pull Request #23762 · go-gitea/gitea · GitHub