chore(workflow): fix homebrew update (#7630)

This commit is contained in:
Livio Spring
2024-03-25 09:29:54 +01:00
committed by GitHub
parent d313e6d498
commit 2bcc42c4cd
3 changed files with 9 additions and 76 deletions

View File

@@ -86,6 +86,8 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' }}
secrets:
GCR_JSON_KEY_BASE64: ${{ secrets.GCR_JSON_KEY_BASE64 }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
with:
build_image_name: ${{ needs.container.outputs.build_image }}
semantic_version: "19.0.2"