Skip to content

Commit

Permalink
Create alt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driftywinds authored Feb 22, 2025
1 parent 1955a24 commit 33c95d4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/alt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sync repo to the Codeberg mirror
name: Mirror Sync
on:
push:
branches: ["main"]
workflow_dispatch: # Manual dispatch
schedule:
- cron: "0 */6 * * *"
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:driftywinds/yt-builds.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit 33c95d4

Please # to comment.