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 4c871c7 commit 40a36bdCopy full SHA for 40a36bd
1 file changed
.github/workflows/release.yml
@@ -407,6 +407,7 @@ jobs:
407
cd tap-repo
408
git config user.name "github-actions[bot]"
409
git config user.email "github-actions[bot]@users.noreply.github.com"
410
+ git remote set-url origin "https://x-access-token:${HOMEBREW_TAP_TOKEN}@github.com/cameroncooke/homebrew-xcodebuildmcp.git"
411
DETECTED_BRANCH="$(gh repo view cameroncooke/homebrew-xcodebuildmcp --json defaultBranchRef -q .defaultBranchRef.name 2>/dev/null || true)"
412
if [ -n "$DETECTED_BRANCH" ]; then
413
DEFAULT_BRANCH="$DETECTED_BRANCH"
0 commit comments