From 9eeb7c84a5fbd0cc2ad94cf050ee4e942eaa0228 Mon Sep 17 00:00:00 2001 From: Jurgen Lentz <42538773+jurgen-lentz@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:18:17 +0100 Subject: [PATCH] Delete .github/workflows/gitlab-mirror.yml --- .github/workflows/gitlab-mirror.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/gitlab-mirror.yml diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml deleted file mode 100644 index ffbfbd0..0000000 --- a/.github/workflows/gitlab-mirror.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: OR-Gitlab Mirror - -on: - - push - - delete - -jobs: - sync: - runs-on: ubuntu-latest - name: Git Repo Sync - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wangchucheng/git-repo-sync@v0.1.0 - with: - target-url: ${{ secrets.OR_GITLAB_URL }} - target-username: ${{ secrets.OR_GITLAB_USERNAME }} - target-token: ${{ secrets.OR_GITLAB_ACCESS_TOKEN }}