diff --git a/.ci-scripts/commit-push.sh b/.ci-scripts/commit-push.sh index 6e63c0d..4130dc7 100755 --- a/.ci-scripts/commit-push.sh +++ b/.ci-scripts/commit-push.sh @@ -9,4 +9,4 @@ git commit --quiet -m "chore: update Aliases" || { echo "Nothing to commit or commit failed, will exit now" exit 0 } -git push "https://oauth2:${REPO_WRITE_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" "HEAD:$CI_COMMIT_BRANCH" +git push