0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added self-hosted Renovate Bot

This commit is contained in:
2025-05-08 13:12:45 +00:00
parent 001585b8a6
commit 2b4908aa92
6 changed files with 38 additions and 59 deletions

View File

@ -1,15 +0,0 @@
name: Mirror
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/popov.link.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}