Skip to content

Commit bb8d653

Browse files
committed
logging.
1 parent ecb9ca3 commit bb8d653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/push-to-private.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
git config user.email "github-actions[bot]@users.noreply.github.com"
2020
2121
- name: Push changes to private repository
22-
env:
23-
MLX_TOKEN: ${{ secrets.MLX_TOKEN }}
22+
# env:
23+
# MLX_TOKEN: ${{ secrets.MLX_TOKEN }}
2424
run: |
25-
git remote add private https://${MLX_TOKEN}@github.com/ecmwf-lab/anemoi-datasets-private.git
25+
git remote add private https://${{ secrets.MLX_TOKEN }}@github.com/ecmwf-lab/anemoi-datasets-private.git
2626
git fetch private
2727
git push private develop

0 commit comments

Comments
 (0)