add github action to mirror repository to Gitea

This commit is contained in:
cuqmbr 2023-08-26 09:33:14 +00:00 committed by GitHub
parent 4fad81eded
commit e764876fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Mirror to Gitea
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.cuqmbr.xyz/cuqmbr/netxml2kml.git'
GIT_USERNAME: cuqmbr
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}