From e6b1751c6e7867652bdfa945938c9dda9fb8c376 Mon Sep 17 00:00:00 2001 From: b8raoult <53792887+b8raoult@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:58:12 +0100 Subject: [PATCH] Update push-to-private.yml --- .github/workflows/push-to-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-private.yml b/.github/workflows/push-to-private.yml index 2de77a7..71ea1f4 100644 --- a/.github/workflows/push-to-private.yml +++ b/.github/workflows/push-to-private.yml @@ -23,7 +23,7 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git remote set-url private https://x-access-token:${{ secrets.MLX_TOKEN }}@github.com/ecmwf-lab/anemoi-datasets-private.git + git remote add private https://x-access-token:${{ secrets.MLX_TOKEN }}@github.com/ecmwf-lab/anemoi-datasets-private.git - name: Push changes to private repository run: |