fix(websiteBlockerManager.py): set listen host to 127.0.0.1 for mit…
#1364
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build App | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| check-mitmproxy-version: | |
| uses: ./.github/workflows/reusable-check-mitmproxy-version.yml | |
| secrets: inherit | |
| build: | |
| uses: ./.github/workflows/reusable-build-app.yml | |
| needs: check-mitmproxy-version | |
| with: | |
| deployment: false | |
| mitmproxy-version: ${{ needs.check-mitmproxy-version.outputs.mitmproxy-version }} | |
| secrets: inherit |