From 601744eacd649adc969bb4f978e081ede399ec70 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 30 Jan 2026 09:58:54 -0500 Subject: [PATCH] sync --- .github/workflows/test-homebrew-clone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-homebrew-clone.yml b/.github/workflows/test-homebrew-clone.yml index 8fd7fd7ec8..bf61cbc5f5 100644 --- a/.github/workflows/test-homebrew-clone.yml +++ b/.github/workflows/test-homebrew-clone.yml @@ -34,6 +34,12 @@ jobs: - name: Clone homebrew tap run: | + echo "Testing old URL pattern" + old="https://${GITHUB_TOKEN}@github.com/sst/homebrew-tap.git" + git clone "${old}" ./dist/homebrew-tap-old + rm -rf ./dist/homebrew-tap-old + + echo "Testing new URL pattern" tap="https://x-access-token:${GITHUB_TOKEN}@github.com/anomalyco/homebrew-tap.git" git clone "${tap}" ./dist/homebrew-tap cd ./dist/homebrew-tap