Fix Homebrew workflow: authenticated clone for tap push

This commit is contained in:
Danila Poyarkov 2026-03-17 15:28:53 +03:00
parent d1d0e9c513
commit 9ad69f459d

View file

@ -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 '' \