From c08e695a55c2dcd5b7414f14dcb30c347f0218ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Jaquier?= <72930209+AurelienJaquier@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:49:28 +0200 Subject: [PATCH] updating ebrains access token secret in workflow (#409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jaquier Aurélien Tristan --- .github/workflows/mirror-ebrains.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror-ebrains.yml b/.github/workflows/mirror-ebrains.yml index e7916fe2..262e8832 100644 --- a/.github/workflows/mirror-ebrains.yml +++ b/.github/workflows/mirror-ebrains.yml @@ -13,12 +13,12 @@ jobs: with: source_repo: "BlueBrain/eFEL" source_branch: "master" - destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/efel.git" + 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 }}@gitlab.ebrains.eu/BlueBrain/efel.git" + destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN_2024 }}@gitlab.ebrains.eu/BlueBrain/efel.git" destination_branch: "refs/tags/*" \ No newline at end of file