Overview
Starting with Gitea 1.19, Gitea Actions are available as a built-in CI/CD solution.
Quick Start
This page will guide you through the process of using Gitea Actions.
Act Runner
This page will introduce the act runner in detail, which is the runner for Gitea Actions.
Variables
User-defined variables
Actions job token permissions (GITEA_TOKEN)
Every Actions job receives a built-in token (GITEA_TOKEN) which can be used to access Gitea (Git over HTTP(S), API requests, etc.).
Secrets
Secrets allow you to store sensitive information in your user, organization or repository.
Badge
Gitea has its builtin Badge system which allows you to display the status of your repository in other places. You can use the following badges:
Compared to GitHub Actions
Even though Gitea Actions is designed to be compatible with GitHub Actions, there are some differences between them.
Design of Gitea Actions
Gitea Actions has multiple components. This document describes them individually.
Frequently Asked Questions
This page contains some common questions and answers about Gitea Actions.