From 6afb5b836fdddae5adb6a618fe81df33041caf6e Mon Sep 17 00:00:00 2001 From: Shivam Gutgutia <100862487+shivamgutgutia@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:15:02 +0530 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b499393..9c1d683 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,4 +1,4 @@ -name: Sync to Backend Repo +name: Mirror Code on: push: @@ -6,14 +6,14 @@ on: - main jobs: - sync_to_backend: + Sync_Repo: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Sync code to backend repository - uses: mirror-actions/sync-repo@v2 + - name: Mirror code to backend repository + uses: repo-sync/mirror-repository@v1 with: - source_repo: 'shivamgutgutia/Contactify' - destination_repo: 'codechefvit/contactify-backend' - github_token: ${{ secrets.GITHUB_TOKEN }} + source-repository: shivamgutgutia/Contactify + destination-repository: codechefvit/contactify-backend + destination-token: ${{ secrets.GITHUB_TOKEN }}