Skip to content

Commit d7f7e73

Browse files
authentication added
1 parent d4541d0 commit d7f7e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release-make-it-native.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function cloneDocsRepo() {
140140
// This avoids including fork-only commits (e.g., sync.yml) in the PR.
141141
await repoGit.addRemote(
142142
"upstream",
143-
`https://github.com/${DOCS_UPSTREAM_OWNER}/${DOCS_REPO_NAME}.git`
143+
`https://x-access-token:${GITHUB_PAT}@github.com/${DOCS_UPSTREAM_OWNER}/${DOCS_REPO_NAME}.git`
144144
);
145145
await repoGit.fetch("upstream");
146146
}

0 commit comments

Comments
 (0)