improve citation information regarding atlases #33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mirror to Ebrains | |
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| # set the job name | |
| to_ebrains: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: syncmain | |
| uses: wei/git-sync@v3 | |
| with: | |
| source_repo: "PolarBean/DeepSlice" | |
| source_branch: "main" | |
| destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/polarbean/DeepSlice.git" | |
| destination_branch: "main" | |