Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit c08e695

Browse files
AurelienJaquierJaquier Aurélien Tristan
andauthored
updating ebrains access token secret in workflow (#409)
Co-authored-by: Jaquier Aurélien Tristan <aurelien.jaquier@epfl.ch>
1 parent ff75107 commit c08e695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror-ebrains.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
with:
1414
source_repo: "BlueBrain/eFEL"
1515
source_branch: "master"
16-
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/efel.git"
16+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN_2024 }}@gitlab.ebrains.eu/BlueBrain/efel.git"
1717
destination_branch: "master"
1818
- name: synctags
1919
uses: wei/git-sync@v3
2020
with:
2121
source_repo: "BlueBrain/eFEL"
2222
source_branch: "refs/tags/*"
23-
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/efel.git"
23+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN_2024 }}@gitlab.ebrains.eu/BlueBrain/efel.git"
2424
destination_branch: "refs/tags/*"

0 commit comments

Comments
 (0)