Skip to content

Commit

Permalink
add mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Sep 19, 2024
1 parent b11293f commit 20127d8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/mirror-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Mirror Repository

on:
push:
branches:
- main

jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout source repository
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Push to mirror repository
uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75
with:
target_repo_url:
[email protected]:repairbench/repairbench.github.io.git
ssh_private_key:
${{ secrets.PAT }}

0 comments on commit 20127d8

Please sign in to comment.