From 0db5089207f572a5652b18d6208051a28d278a32 Mon Sep 17 00:00:00 2001 From: Andrei Huides Date: Tue, 1 Sep 2026 15:25:49 +0300 Subject: [PATCH] fix: pass release context to Homebrew workflow Pass the release version into the Homebrew update step so the workflow can validate the sdist and regenerate resources without failing under strict shell options. Use the current client-id input for the GitHub App token action to remove the deprecation warning during release runs. --- .github/workflows/bump-homebrew.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-homebrew.yml b/.github/workflows/bump-homebrew.yml index ecae038..def09d1 100644 --- a/.github/workflows/bump-homebrew.yml +++ b/.github/workflows/bump-homebrew.yml @@ -94,7 +94,7 @@ jobs: id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ secrets.TAP_BOT_APP_ID }} + client-id: ${{ secrets.TAP_BOT_APP_ID }} private-key: ${{ secrets.TAP_BOT_APP_KEY }} owner: CiscoDevNet repositories: homebrew-tap @@ -123,6 +123,7 @@ jobs: HOMEBREW_NO_REQUIRE_TAP_TRUST: "1" SDIST_URL: ${{ steps.sdist.outputs.url }} SDIST_SHA: ${{ steps.sdist.outputs.sha256 }} + VERSION: ${{ steps.ver.outputs.version }} run: | set -euo pipefail