Marinara/.gitea/workflows/github-mirror.yaml
tueem cb8b799000
Some checks are pending
github-mirror / push-github (push) Waiting to run
add github mirror action
2024-11-07 12:21:14 +01:00

16 lines
406 B
YAML

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 }}