From 97cae8f92cc218eb62cdc20790de9dfec6860e4c Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:07:05 +0100 Subject: [PATCH] chore(brew): bump new version to brew (#1990) --- .github/workflows/pypi-release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 885c3169..bedd5bb3 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -58,6 +58,13 @@ jobs: ### License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. + # Create pull request to github.com/Homebrew/homebrew-core to update prowler formula + - name: Bump Homebrew formula + uses: mislav/bump-homebrew-formula-action@v2 + with: + formula-name: prowler + env: + COMMITTER_TOKEN: ${{ secrets.PROWLER_ACCESS_TOKEN }} - name: Replicate PyPi Package run: | rm -rf ./dist && rm -rf ./build && rm -rf prowler.egg-info