Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ mirror: script: - git config --global push.default simple - git checkout ${CI_COMMIT_REF_NAME} - git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git --force - git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ mirror: script: - git config --global push.default simple - git checkout ${CI_COMMIT_REF_NAME} - git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git --force - git push -q https://${GITHUB_USERNAME}:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git