Fix Homebrew workflow: authenticated clone for tap push
This commit is contained in:
parent
d1d0e9c513
commit
9ad69f459d
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
|
|
@ -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 '' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue