Skip to content

CI(dependabot): Bump anothrNick/github-tag-action from 1.70.0 to 1.71… #93

CI(dependabot): Bump anothrNick/github-tag-action from 1.70.0 to 1.71…

CI(dependabot): Bump anothrNick/github-tag-action from 1.70.0 to 1.71… #93

name: Mirror to Ebrains
on:
push:
branches: [ master ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "BlueBrain/eFEL"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN_2024 }}@gitlab.ebrains.eu/BlueBrain/efel.git"
destination_branch: "master"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "BlueBrain/eFEL"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN_2024 }}@gitlab.ebrains.eu/BlueBrain/efel.git"
destination_branch: "refs/tags/*"