A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation
https://forgejo.org/docs/next/admin/actions/
Shouldn't provide token when cloning actions, the token comes from the instance which triggered the task, it might be not the instance which provides actions. For GitHub, they are the same, always github.com. But for Gitea, tasks triggered by a.com can clone actions from b.com. Reviewed-on: https://gitea.com/gitea/act/pulls/6 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Jason Song <i@wolfogre.com> Co-committed-by: Jason Song <i@wolfogre.com> |
||
|---|---|---|
| .github | ||
| act | ||
| cmd | ||
| main.go | ||