hertz101/.github/workflows/mirror.yaml
2025-01-20 12:01:06 +08:00

17 lines
379 B
YAML

name: Mirroring
on: [ push, delete ]
jobs:
gitea_mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.suyiiyii.top/ssyg/hertz101.git'
GIT_USERNAME: suyiiyii
GIT_PASSWORD: ${{ secrets.GITEATOKEN }}