Skip to content

Commit

Permalink
Use user:password syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Feb 22, 2024
1 parent 8ea0918 commit 414e228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get export.xml
run: |
curl https://export.via-humanis-immobilier.fr/export.xml -u ${{secrets.HTTP_USERNAME}} -p ${{secrets.HTTP_PASSWORD}} -o ./data/export.xml
curl https://export.via-humanis-immobilier.fr/export.xml -u ${{secrets.HTTP_USERNAME}}:${{secrets.HTTP_PASSWORD}} -o ./data/export.xml
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -25,4 +25,4 @@ jobs:
git config --global user.email "[email protected]"
git add public/data/pericles/images
git commit -a -m "Update Real Estate Assets" || true
git push
git push

0 comments on commit 414e228

Please sign in to comment.