diff --git a/.github/workflows/background_agent_mvp.yml b/.github/workflows/background_agent_mvp.yml index f40f44a28a9905c78b290cefb956f98bc4976524..d078db137824a09b8e501362edef8a2f4c6f9b19 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