Skip to content

Mirror to GitHub Repo #1555

Mirror to GitHub Repo

Mirror to GitHub Repo #1555

Workflow file for this run

name: Mirror to GitHub Repo
on:
schedule:
- cron: "44 * * * *"
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "https://git.launchpad.net/~xubuntu-dev/ubuntu-seeds/+git/xubuntu"
destination-repo: "[email protected]:Xubuntu/xubuntu-seed.git"