add github action to mirror repository to Gitea
This commit is contained in:
parent
4fad81eded
commit
e764876fe8
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user