Skip to content

Commit

Permalink
Update push-to-private.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult authored Oct 8, 2024
1 parent 5287760 commit e6b1751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e6b1751

Please sign in to comment.