mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(brew): remove brew action (#2994)
This commit is contained in:
8
.github/workflows/pypi-release.yml
vendored
8
.github/workflows/pypi-release.yml
vendored
@@ -69,11 +69,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||||
poetry publish
|
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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user