From 2b4908aa922cc5656a964305d48cc94a6b3fe00a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 8 May 2025 13:12:45 +0000 Subject: Added self-hosted Renovate Bot --- .github/workflows/mirror.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/mirror.yml (limited to '.github/workflows') diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index f85936a..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -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 }} -- cgit v1.2.3