From 8e492db3d1d3a93169e4c15c073ba94921afdf10 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 10 Jan 2025 01:37:47 -0500 Subject: [PATCH] rm mirror workflow --- .github/workflows/mirror.yml | 19 ------------------- 1 file changed, 19 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 ae04c89..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: mirror to gitlab -on: [push] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: mirror - uses: SvanBoxel/gitlab-mirror-and-ci-action@5c211f993d35256d96b772d995972f434b94e11a - with: - args: "https://git.cything.io/cy/infra" - env: - FOLLOW_TAGS: "true" - FORCE_PUSH: "true" - GITLAB_HOSTNAME: "git.cything.io" - GITLAB_USERNAME: "cy" - GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} - GITLAB_PROJECT_ID: "2" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}