Overview
从Gitea 1.19版本开始,Gitea Actions成为了内置的CI/CD解决方案。
快速入门
本页面将指导您使用Gitea Actions的过程。
与GitHub Actions的对比
尽管Gitea Actions旨在与GitHub Actions兼容,但它们之间存在一些差异。
Gitea Runner
This page will introduce the Gitea Runner in detail, which is the runner for Gitea Actions.
变量
您可以创建用户、组织和仓库级别的变量。变量的级别取决于创建它的位置。当创建变量时,变量的名称会被
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.).
Gitea Actions设计
Gitea Actions由多个组件组成。本文档将对它们进行逐个描述。
密钥管理
密钥管理允许您在用户、组织或仓库中存储敏感信息。
作用域工作流
作用域工作流(Scoped Workflows)让你把 Actions 工作流集中维护在一个源(source)仓库中,并让它们自动在许多其他仓库上运行,而无需把工作流文件复制到每个仓库里。
Gitea Actions常见问题解答
本页面包含一些关于Gitea Actions的常见问题和答案。
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: