From 7c674730eb22161061e85a4e7b9454b02bf9483f Mon Sep 17 00:00:00 2001 From: FedericoCeratto Date: Wed, 27 Nov 2024 00:51:50 +0000 Subject: [PATCH] Add link to https://codeberg.org/actions/meta (#483) Update doc to reflect the introduction of hosted Actions Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/483 Reviewed-by: Gusted Co-authored-by: FedericoCeratto Co-committed-by: FedericoCeratto --- content/ci/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ci/actions.md b/content/ci/actions.md index 55620b0..17bc344 100644 --- a/content/ci/actions.md +++ b/content/ci/actions.md @@ -7,8 +7,8 @@ eleventyNavigation: Actions is a continuous integration and continuous delivery (CI/CD) feature that allows you to automate your build, test and deployment pipelines in Forgejo, the software Codeberg uses. For more information, please read [Forgejo's Documentation](https://forgejo.org/docs/latest/user/actions/). -Due to outstanding security issues and bus factor (we need more maintainers for our CI service to get it running), -we are currently not yet providing hosted Actions. +Due to outstanding security issues and bus factor (we need more maintainers for our CI service), +we are currently providing hosted Actions in limited fashion: see https://codeberg.org/actions/meta. If you need Codeberg to host your CI, please use Woodpecker CI instead. But you can already connect your own Runner to Codeberg.