From 9ad69f459d021f2dc62bb010c14d330a85485e73 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Tue, 17 Mar 2026 15:28:53 +0300 Subject: [PATCH] Fix Homebrew workflow: authenticated clone for tap push --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index d30c1a768..03ee5de98 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -32,7 +32,7 @@ jobs: SHA_ARM=$(shasum -a 256 "$TMPDIR/OpenPencil_aarch64.app.tar.gz" | cut -d' ' -f1) SHA_X64=$(shasum -a 256 "$TMPDIR/OpenPencil_x64.app.tar.gz" | cut -d' ' -f1) - gh repo clone open-pencil/homebrew-tap "$TMPDIR/tap" + git clone "https://x-access-token:${GH_TOKEN}@github.com/open-pencil/homebrew-tap.git" "$TMPDIR/tap" cd "$TMPDIR/tap" sed -i '' \