From e073e697564121cc9e593c0154d3530db2010ab7 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 11 Aug 2025 10:58:23 +0000 Subject: [PATCH] Deleted old GitHub Actions --- .github/workflows/mirror.yml | 25 ------------------------- 1 file changed, 25 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 baa8c0c..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Mirror - -on: - push: - branches: [master] - pull_request: - branches: [master] - -permissions: - contents: read - -jobs: - mirror: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Mirror to remote repository - uses: yesolutions/mirror-action@master - with: - REMOTE: "https://git.popov.link/go-metatrader4.git" - GIT_USERNAME: ${{ secrets.GIT_USERNAME }} - GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}