Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Oct 8, 2024
1 parent c7bf54b commit ecb9ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
env:
MLX_TOKEN: ${{ secrets.MLX_TOKEN }}
run: |
echo ${MLX_TOKEN} | wc
git remote add target-repo https://x-access-token:${MLX_TOKEN}@github.com/ecmwf-lab/anemoi-datasets-private.git
git push target-repo develop
git remote add private https://${MLX_TOKEN}@github.com/ecmwf-lab/anemoi-datasets-private.git
git fetch private
git push private develop

0 comments on commit ecb9ca3

Please sign in to comment.