mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 00:18:19 +01:00
ci: 👷 Add Codeberg mirror CI workflow
This commit is contained in:
parent
5541d7b9ae
commit
d19b103a17
8
.github/workflows/mirror.yml
vendored
Normal file
8
.github/workflows/mirror.yml
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue