go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.17k stars 5.42k forks source link

Gitea Actions (Act Runner) REST API #26370

Open sgabenov opened 1 year ago

sgabenov commented 1 year ago

Feature Description

Please add Rest API and documentation (https://docs.gitea.com/api/next/) for using Gitea Actions / Act Runner. I want to have an ability to get and generate Act Runner Registration token from configuration manager (Ansible) and automate this process. Without Rest API i am only able to do registration manually as token changes each time i need to register new runner.

Also would be a good idea to have an Ansible Galaxy playbook for distributing Act Runner.

Screenshots

No response

wolfogre commented 1 year ago

It's similar to #25572, but it's not a duplicate. It's for "runners".

jtran commented 5 months ago

Related: