chore(brew): remove brew action (#2994)

This commit is contained in:
Sergio Garcia
2023-11-02 10:28:32 +01:00
committed by GitHub
parent a59b344d20
commit 141a142742

View File

@@ -69,11 +69,3 @@ jobs:
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish
# 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
base-branch: release-${{ env.RELEASE_TAG }}
env:
COMMITTER_TOKEN: ${{ secrets.PROWLER_ACCESS_TOKEN }}