Scripts: attempt to push to android repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 17:56:07 +02:00
parent 635348781f
commit 406a69e80e

View file

@ -44,7 +44,7 @@ jobs:
git add date.txt
git commit -m "Add files for release ${{ github.ref_name }}"
git tag "${{ github.ref_name }}"
git remote set-url origin https://Bot:${{ env.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git
git remote set-url origin https://Bot:${{ secrets.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git
git remote -v
git push origin main --verbose --follow-tags