From ad6ada7645dcd4a30a5d86896969d205ff683f10 Mon Sep 17 00:00:00 2001 From: Mladen Jablanovic Date: Thu, 26 Feb 2026 16:27:32 +0100 Subject: [PATCH] build(CLI): Bump homebrew bump --- clients/cli/.github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index 0b3950b1..a06a12f5 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -83,10 +83,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 + uses: dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 # v7 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.GH_ACCESS_TOKEN}} + # Avoid extra /user GitHub API call in the action + user_name: github-actions[bot] + user_email: 41898282+github-actions[bot]@users.noreply.github.com # Formula name, required formula: phrase-cli # Optional, will be determined automatically