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 954201b commit ecb3845
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Mirror
on:
push:
branches:
- '*'

jobs:
mirror:
runs-on: ubuntu-latest

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

0 comments on commit ecb3845

Please sign in to comment.