Skip to content

Commit

Permalink
Remove secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Oct 25, 2024
1 parent 80cd804 commit c4a6020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ then
git config --global core.sshCommand "$SSH_COMMAND"
git config --global remote.origin.url [email protected]:Redot-Engine/redot-docs-live.git

insteadof=`git config --list | grep insteadof`
remove=`echo $insteadof | cut -d "=" -f 1`
git config --global --unset $remove
git config --global "url.ssh://[email protected]:443/.insteadOf" [email protected]:

git remote set-url origin [email protected]:Redot-Engine/redot-docs-live.git

echo "Setting credentials"
Expand Down

0 comments on commit c4a6020

Please sign in to comment.