diff --git a/ci/kokoro/build-push-to-github.sh b/ci/kokoro/build-push-to-github.sh index a7b58c4f2f..814e24aeff 100755 --- a/ci/kokoro/build-push-to-github.sh +++ b/ci/kokoro/build-push-to-github.sh @@ -7,4 +7,4 @@ GITHUB_TOKEN_FILE=$KOKORO_KEYSTORE_DIR/76320_github_token TOKEN=$(cat $GITHUB_TOKEN_FILE) cd "${KOKORO_ARTIFACTS_DIR}/git/crosvm" -git push --force --mirror "https://crosvm-bot:${TOKEN}@github.com/google/crosvm.git" +git push --force --all "https://crosvm-bot:${TOKEN}@github.com/google/crosvm.git"