We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb9ca3 commit bb8d653Copy full SHA for bb8d653
.github/workflows/push-to-private.yml
@@ -19,9 +19,9 @@ jobs:
19
git config user.email "github-actions[bot]@users.noreply.github.com"
20
21
- name: Push changes to private repository
22
- env:
23
- MLX_TOKEN: ${{ secrets.MLX_TOKEN }}
+ # env:
+ # MLX_TOKEN: ${{ secrets.MLX_TOKEN }}
24
run: |
25
- git remote add private https://${MLX_TOKEN}@github.com/ecmwf-lab/anemoi-datasets-private.git
+ git remote add private https://${{ secrets.MLX_TOKEN }}@github.com/ecmwf-lab/anemoi-datasets-private.git
26
git fetch private
27
git push private develop
0 commit comments