From 002eec5386523cf797a0affc44a182f6e1386f06 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Tue, 5 Mar 2024 03:24:06 +0000 Subject: [PATCH] Add actions runner to DevOps (#149) Use the actions/runner developed by GitHub with Gitea Actions Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/149 Reviewed-by: Lunny Xiao Co-authored-by: ChristopherHX Co-committed-by: ChristopherHX --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d18fce2..2c0067b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. ### DevOps +- [actions runner](https://gitea.com/ChristopherHX/actions_runner) - Use the actions/runner developed by GitHub with Gitea Actions. - [agola](https://github.com/agola-io/agola) - Agola: CI/CD Redefined. Built-in Gitea support.(see [``docs``](https://agola.io/tryit/#test-using-a-local-gitea-instance)) - [appveyor](https://www.appveyor.com/) - Gitea receives first-class support in AppVeyor CI. - [AWS Cloud Integration(webhook-to-s3)](https://github.com/leonli/webhook-to-s3) - Gitea Webhook integration with AWS CodePipeline and CodeBuild by automatically uploading the archive to AWS S3.