add github mirror action
Some checks are pending
github-mirror / push-github (push) Waiting to run

This commit is contained in:
tueem 2024-11-07 12:21:14 +01:00
parent 11fd16fa77
commit cb8b799000
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB

@ -0,0 +1,15 @@
name: github-mirror
on: push
jobs:
push-github:
runs-on: debian-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Push to GitHub
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@github.com:EkiciLP/Marinara.git
ssh_private_key:
${{ secrets.MIRROR_SSH_PRIVATE_KEY }}