Marinara/.gitea/workflows/github-mirror.yaml

18 lines
445 B
YAML
Raw Permalink Normal View History

2024-11-07 12:21:14 +01:00
name: github-mirror
on: push
jobs:
push-github:
2024-11-07 12:22:41 +01:00
runs-on: ubuntu-latest
2024-11-07 12:21:14 +01:00
steps:
- name: Checkout repository
uses: actions/checkout@v4
2024-11-07 12:42:09 +01:00
with:
fetch-depth: 0
2024-11-07 12:21:14 +01:00
- 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 }}