diff --git a/.github/ci-scripts/update-sdk-docs.cjs b/.github/ci-scripts/update-sdk-docs.cjs index f315e95..429dc01 100644 --- a/.github/ci-scripts/update-sdk-docs.cjs +++ b/.github/ci-scripts/update-sdk-docs.cjs @@ -43,7 +43,7 @@ async function main() { try { // Clone the SDK docs repo const git = simpleGit() - const repoUrl = `https://x-access-token:${process.env.GITHUB_TOKEN}@github.com/org/sdk-docs.git` + const repoUrl = `https://x-access-token:${process.env.GITHUB_TOKEN}@github.com/centrifuge/sdk-docs.git` await git.clone(repoUrl, './sdk-docs', ['--branch', 'generate-docs']) // TODO: remove: Change into the sdk-docs directory and checkout the branch