Revert "multiport always manual" #3996
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: 'webhook dev' | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - develop | |
| jobs: | |
| webhook-dev: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: notify dev | |
| uses: distributhor/workflow-webhook@v3 | |
| with: | |
| curl_opts: "--retry 5 --retry-delay 10 --retry-all-errors" | |
| webhook_type: "json-extended" | |
| webhook_url: "https://dev.cables.gl/api/webhooks/updateui?secret=${{ secrets.WEBHOOK_SECRET }}" | |
| webhook_secret: ${{ secrets.WEBHOOK_SECRET }} |