ci: Add sr.ht mirror
Mirror Push / mirror (push) Successful in 9s Details
Test / test (oldstable) (push) Successful in 34s Details
Test / test (stable) (push) Successful in 39s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-11-07 23:46:05 +01:00
parent b8a2407169
commit 7dd9b138a3
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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 }}