diff --git a/.github/workflows/call_webhook.yml b/.github/workflows/call_webhook.yml new file mode 100644 index 000000000..dbc9125e2 --- /dev/null +++ b/.github/workflows/call_webhook.yml @@ -0,0 +1,41 @@ +name: Trigger Target Workflow + +on: + workflow_dispatch: + secrets: + WEBHOOK_TOKEN: + required: true + push: + branches: + - master + +jobs: + trigger: + runs-on: ubuntu-latest + + steps: + - name: Trigger Webhook + run: | + # Set the required variables + repo_owner="biosustain" + repo_name="lifelike-infrastructure" + load=$( + cat<