From b19a63c5ca89d9d7ed7e9385f618bfd19b5e4a74 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 4 Nov 2024 11:38:53 +0100 Subject: [PATCH] ci: :construction_worker: Automatically mirror to Codeberg --- .github/workflows/mirror.yml | 7 +++++++ 1 file changed, 7 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..7694cd5 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,7 @@ +on: [push] + +jobs: + mirror: + name: Mirror to Codeberg + uses: versia-pub/.github/.github/workflows/mirror.yml@main + secrets: inherit