Skip to content

Update mirror.yml

Update mirror.yml #2

Workflow file for this run

name: Sync to Backend Repo
on:
push:
branches:
- main
jobs:
sync_to_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sync code to backend repository
uses: mirror-actions/sync-repo@v2
with:
source_repo: 'shivamgutgutia/Contactify'
destination_repo: 'codechefvit/contactify-backend'
github_token: ${{ secrets.GITHUB_TOKEN }}