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 }}