diff --git a/.github/workflows/background_agent_mvp.yml b/.github/workflows/background_agent_mvp.yml index f40f44a28a9..d078db13782 100644 --- a/.github/workflows/background_agent_mvp.yml +++ b/.github/workflows/background_agent_mvp.yml @@ -148,8 +148,6 @@ jobs: continue fi - git config --local http.https://github.com/.extraheader "AUTHORIZATION: bearer ${GH_TOKEN}" - if ! git fetch origin main; then echo "WARNING: Failed to fetch origin/main for $CRASH_ID — skipping" continue