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: