Skip to content

Merge pull request #53 from FppEpitech/52-feat-complete-navbar-features #26

Merge pull request #53 from FppEpitech/52-feat-complete-navbar-features

Merge pull request #53 from FppEpitech/52-feat-complete-navbar-features #26

Workflow file for this run

name: Mirroring
on:
push:
branches: [ main ]
jobs:
push_to_mirror:
name: Cloning to Epitech repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror to Github
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
${{ secrets.MIRROR_URL }}
ssh_private_key:
${{ secrets.SSH_PRIVATE_KEY }}