nvim-config/.github/workflows/main.yml
2024-02-16 15:18:42 +00:00

15 lines
390 B
YAML

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://gitea.cuqmbr.xyz/cuqmbr/nvim-config.git'
GIT_USERNAME: cuqmbr
GIT_PASSWORD: ${{ secrets.GITEA_PASSWORD }}