Skip to content

Commit

Permalink
Create mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaorson authored Mar 13, 2024
1 parent 669ec21 commit 6326324
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mirror
on:
push:
branches:
- '*'
workflow_dispatch:

jobs:
mirror:
runs-on: ubuntu-latest

steps:
- uses: jamesaorson/composite-git-mirror@main
with:
target-git-url: [email protected]:~jamesaorson/${{ github.event.repository.name }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit 6326324

Please sign in to comment.