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