awl/.gitea/workflows/srht-mirror.yaml
Sam Therapy 7dd9b138a3
All checks were successful
Mirror Push / mirror (push) Successful in 9s
Test / test (oldstable) (push) Successful in 34s
Test / test (stable) (push) Successful in 39s
ci: Add sr.ht mirror
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-11-08 00:54:53 +01:00

15 lines
350 B
YAML

name: Mirror Push
on: push
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@git.sr.ht:~sammefishe/awl
ssh_private_key: ${{ secrets.SRHT_SSH_KEY }}