We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd62e1 commit cf14a7bCopy full SHA for cf14a7b
.github/workflows/tools/apply-patches
@@ -35,7 +35,7 @@ do
35
echo "[INFO] Branch $branch_name already exists; assuming PR already exists"
36
else
37
tmpdir="$(mktemp -d)"
38
- git clone --depth 1 "$(git remote get-url origin)" "$tmpdir"
+ git clone --depth 1 "$(git remote get-url origin | sed "s,https://,https://x-access-token:$GITHUB_TOKEN@,")" "$tmpdir"
39
cd "$tmpdir"
40
git checkout -b "$branch_name"
41
git rm "$patchfile"
0 commit comments