From 579a81c52e51f29264df4e30866fd98cdc6a4843 Mon Sep 17 00:00:00 2001
From: Rui Ribeiro <r.ribeiro@fz-juelich.de>
Date: Thu, 23 Mar 2023 11:44:59 +0100
Subject: [PATCH] Delete ebrains.yml

---
 .github/workflows/ebrains.yml | 26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 .github/workflows/ebrains.yml

diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml
deleted file mode 100644
index d1594bf..0000000
--- a/.github/workflows/ebrains.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: Mirror to Ebrains
-
-on:
-  push:
-    branches: [ main ]
-
-jobs:
-  to_ebrains:
-    runs-on: ubuntu-latest
-    steps:
-      - name: syncmaster
-        uses: wei/git-sync@v3
-        with:
-          source_repo: "rribeiro-sci/SSBtoolkit"
-          source_branch: "main"
-          destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
-          destination_branch: "main"
-      - name: synctags
-        uses: wei/git-sync@v3
-        with:
-          source_repo: "rribeiro-sci/SSBtoolkit"
-          source_branch: "refs/tags/*"
-          destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/rribeiro/ssbtoolkit.git"
-          destination_branch: "refs/tags/*"
-
-
-- 
GitLab