feat: mirror job

This commit is contained in:
ange 2024-11-18 10:27:40 +00:00
parent 7198720b3a
commit 622c7a8026

View File

@ -0,0 +1,12 @@
on: push
jobs:
mirror:
runs-on: debian
steps:
- uses: actions/checkout@v1
- uses: actions/mirror@v1
with:
ssh_priv: "${{ secrets.SSH_GH }}"
known_hosts: "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"
url: "git@github.com:.git"