Fix attempt push auth
This commit is contained in:
@@ -18,6 +18,8 @@ generate_readme_job:
|
|||||||
- git config --global user.name "GitLab CI"
|
- git config --global user.name "GitLab CI"
|
||||||
- |
|
- |
|
||||||
if [ $NEEDS_UPDATE = "true" ]; then
|
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 checkout main
|
||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "Auto-updated README"
|
git commit -m "Auto-updated README"
|
||||||
|
|||||||
Reference in New Issue
Block a user