Fix attempt push auth

This commit is contained in:
2023-09-21 04:16:04 +02:00
parent 681503d8fc
commit 36e6943ce3

View File

@@ -18,6 +18,8 @@ generate_readme_job:
- git config --global user.name "GitLab CI"
- |
if [ $NEEDS_UPDATE = "true" ]; then
git remote remove origin
git remote add origin https://$CI_USER:$CI_TOKEN@gitlab.ms-ds.org/schmoekerei/schmoekerei-icons.git
git checkout main
git add README.md
git commit -m "Auto-updated README"