diff --git a/scripts/generate-agent-factory.js b/scripts/generate-agent-factory.js index 680912c1dc..c43c1af042 100755 --- a/scripts/generate-agent-factory.js +++ b/scripts/generate-agent-factory.js @@ -23,7 +23,7 @@ const WORKFLOWS_DIR = path.join(__dirname, "../.github/workflows"); const OUTPUT_PATH = path.join(__dirname, "../docs/src/content/docs/agent-factory-status.mdx"); // Repository owner and name -const REPO_OWNER = "githubnext"; +const REPO_OWNER = "github"; const REPO_NAME = "gh-aw"; /**