diff --git a/hack/update-formula.sh b/hack/update-formula.sh index abc176b..ac1d7ea 100755 --- a/hack/update-formula.sh +++ b/hack/update-formula.sh @@ -62,6 +62,8 @@ EOF git config --global user.name "Harbourmaster" git config --global user.email "ID+harbourmaster@users.noreply.github.com" +git remote set-url --push origin https://harbourmaster:$GITHUB_TOKEN@github.com/homeport/homebrew-tap + git add HomebrewFormula/playground.rb git commit \ --message "Update playground to \`$LATEST_RELEASE\`" \