Updated Github

This commit is contained in:
Mahesh Murag
2024-11-20 23:54:39 -05:00
parent cc8495407f
commit 1a45f95a7c
2 changed files with 15 additions and 31 deletions

View File

@@ -42,10 +42,6 @@ if (!GITHUB_PERSONAL_ACCESS_TOKEN) {
process.exit(1);
}
// GitHub API helper functions
// Add these helper functions to your existing code
async function forkRepository(
owner: string,
repo: string,