17 lines
379 B
YAML
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 }}
|