From d19b103a174dcddda61b4b81fa4778f8d279023a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 4 Nov 2024 11:42:07 +0100 Subject: [PATCH] ci: :construction_worker: Add Codeberg mirror CI workflow --- .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