Skip to content

Mirror

Mirror #1

Workflow file for this run

name: Mirror
on:
push:
branches:
- '*'
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: jamesaorson/composite-git-mirror@main
with:
target-git-url: [email protected]:~jamesaorson/${{ github.event.repository.name }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}