Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Dec 22, 2023
1 parent 4bd21b9 commit 6afb5b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Sync to Backend Repo
name: Mirror Code

on:
push:
branches:
- 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 }}

0 comments on commit 6afb5b8

Please sign in to comment.