Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit ad6812c

Browse files
authored
Create codeberg-mirror.yml [ci-skip]
1 parent 173cb9c commit ad6812c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Sync repo to the Codeberg mirror
2+
name: Mirror Sync
3+
on:
4+
push:
5+
branches: ["main"]
6+
workflow_dispatch: # Manual dispatch
7+
schedule:
8+
- cron: "0 */6 * * *"
9+
jobs:
10+
codeberg:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
- uses: pixta-dev/repository-mirroring-action@v1
17+
with:
18+
target_repo_url: "git@codeberg.org:Saturn745/SimpleSellWands.git"
19+
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 commit comments

Comments
 (0)