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 a04398c commit 65294c2Copy full SHA for 65294c2
1 file changed
.github/workflows/sync-forgeops-git.yml
@@ -40,6 +40,7 @@ jobs:
40
git remote add public "https://github.com/ForgeRock/forgeops.git"
41
BASIC="$(echo -n "x-access-token:${TOKEN}" | base64 -w 0)"
42
echo "::add-mask::${BASIC}"
43
+ git config --unset-all http.https://github.com/.extraheader || true
44
git config http.https://github.com/ForgeRock/forgeops.git.extraheader \
45
"AUTHORIZATION: basic ${BASIC}"
46
0 commit comments