Skip to content

Commit

Permalink
Add GitHub workflow for mirror sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Sep 21, 2023
1 parent 2a46ef6 commit 00c8032
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror
on:
push:
branches: ["master"]
workflow_dispatch: # Manual dispatch
schedule:
- cron: "0 0 * * *"
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "git@codeberg.org:celluloid-player/celluloid.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit 00c8032

Please sign in to comment.