Skip to content

Commit

Permalink
Update ebrains.yml
Browse files Browse the repository at this point in the history
Former-commit-id: af723dc
  • Loading branch information
PolarBean authored Jul 21, 2023
1 parent c68a08c commit 702ab1c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ebrains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ jobs:
# the destination_repo format is
# https://gitlab_service_account_name:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/name_of_mirror.git
with:
source_repo: "polarbean/DeepSlice"
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"
# this task will push all tags from the source_repo to the destination_repo
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "polarbean/DeepSlice"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/polarbean/DeepSlice.git"
destination_branch: "refs/tags/*"

0 comments on commit 702ab1c

Please sign in to comment.