Gitea Actions API

GitHub-Actions-compatible workflow engine embedded in Gitea. The Actions API surface is exposed under the main REST API (/repos/{owner}/{repo}/actions/* and /admin/actions/*) for managing workflows, runs, jobs, runners, and secrets. Actions runners are deployed via the Go-based act_runner project.

API entry from apis.yml

apis.yml Raw ↑
aid: gitea:gitea-actions-api
name: Gitea Actions API
tags:
- CI/CD
- Workflows
- Automation
humanURL: https://docs.gitea.com/usage/actions/overview
baseURL: https://gitea.com/api/v1
properties:
- url: https://docs.gitea.com/usage/actions/overview
  type: Documentation
- url: https://docs.gitea.com/usage/actions/quickstart
  type: Quickstart
- url: https://docs.gitea.com/usage/actions/comparison
  type: APIReference
- url: https://gitea.com/gitea/act_runner
  type: GitHubRepository
description: GitHub-Actions-compatible workflow engine embedded in Gitea. The Actions API surface is exposed
  under the main REST API (/repos/{owner}/{repo}/actions/* and /admin/actions/*) for managing workflows,
  runs, jobs, runners, and secrets. Actions runners are deployed via the Go-based act_runner project.