ci: Add sr.ht mirror
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
b8a2407169
commit
7dd9b138a3
1 changed files with 14 additions and 0 deletions
14
.gitea/workflows/srht-mirror.yaml
Normal file
14
.gitea/workflows/srht-mirror.yaml
Normal 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 }}
|
Loading…
Reference in a new issue