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 dc55451Copy full SHA for dc55451
.github/workflows/tools/apply-patches
@@ -37,6 +37,7 @@ do
37
tmpdir="$(mktemp -d)"
38
git clone --depth 1 "$(git remote get-url origin)" "$tmpdir"
39
cd "$tmpdir"
40
+ git config http.https://github.com/.extraheader "AUTHORIZATION: basic $(printf 'x-access-token:%s' "$GITHUB_TOKEN" | base64)"
41
git checkout -b "$branch_name"
42
git rm "$patchfile"
43
git commit -m "Delete patch $(basename "$patchfile")"
0 commit comments