From d97efab9f386de1891b17eef3217250cb767499c Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 4 Nov 2024 11:42:46 +0100 Subject: [PATCH] ci: :construction_worker: Add Codeberg mirror CI --- .github/workflows/mirror.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..1dba954 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,8 @@ +name: Mirror to Codeberg +on: [push] + +jobs: + mirror: + name: Mirror + uses: versia-pub/.github/.github/workflows/mirror.yml@main + secrets: inherit