diff --git a/.github/workflows/ebrains.yml b/.github/workflows/ebrains.yml deleted file mode 100644 index d1594bff32f9faa4bf0a024e0f087e6040dc7ac6..0000000000000000000000000000000000000000 --- 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/*" - -