Skip to content

Initial commit

Initial commit #7

Workflow file for this run

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