Skip to content

Commit 65294c2

Browse files
committed
FORGEOPS-6746 github action to sync git private to public 3
1 parent a04398c commit 65294c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-forgeops-git.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
git remote add public "https://github.com/ForgeRock/forgeops.git"
4141
BASIC="$(echo -n "x-access-token:${TOKEN}" | base64 -w 0)"
4242
echo "::add-mask::${BASIC}"
43+
git config --unset-all http.https://github.com/.extraheader || true
4344
git config http.https://github.com/ForgeRock/forgeops.git.extraheader \
4445
"AUTHORIZATION: basic ${BASIC}"
4546

0 commit comments

Comments
 (0)