From e44c7eb690b22183966fe8abcba98916e7412a21 Mon Sep 17 00:00:00 2001 From: nune Date: Mon, 16 Dec 2024 11:40:18 +0000 Subject: [PATCH] Delete github/workflows/mirror.yml --- github/workflows/mirror.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 github/workflows/mirror.yml diff --git a/github/workflows/mirror.yml b/github/workflows/mirror.yml deleted file mode 100644 index 8c4f8be..0000000 --- a/github/workflows/mirror.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: 'mirror' -on: - push: - branches: - - __mirror - schedule: - - cron: '* 3 * * *' - workflow_dispatch: - -jobs: - mirror: - runs-on: ubuntu-latest - name: mirror - steps: - - name: mirror - id: mirror - uses: bridgelightcloud/github-mirror@main - with: - origin: 'https://github.com/gigirassy/docker-compose-files' - GITHUB_TOKEN: ${{ secrets.HUB_TOKEN }} \ No newline at end of file