Skip to content

🪞 Mirroring

🪞 Mirroring #156

Workflow file for this run

name: 🪞 Mirroring
on:
schedule:
- cron: "0 22 * 3-4 *"
workflow_dispatch:
jobs:
mirror:
name: 🪞 Mirroring
runs-on: ubuntu-latest
steps:
- name: ⬇️ Clone repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 🛫 Send it to mirror
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@github.com:EpitechPromo2027/B-MUL-200-NAN-2-1-myrpg-axel.eckenberg.git
ssh_private_key: ${{ secrets.EPITECH_SSH }}