Merge branch 'develop' of github.com:cables-gl/cables_ui into develop #3077
This file contains 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-all-errors" | |
webhook_type: "json-extended" | |
webhook_url: "https://dev.cables.gl/api/webhooks/updateui?secret=${{ secrets.WEBHOOK_SECRET }}" | |
webhook_secret: ${{ secrets.WEBHOOK_SECRET }} |