79708973

Date: 2025-07-21 11:14:26
Score: 1
Natty:
Report link

If above workflow was run manually using workflow_dispatch event, then github.event has different payload than the ArgoCD Webhook expecting. You can check argocd server logs for more info about this webhook event.

ArgoCD Webhook expect a push event
Source code - https://github.com/argoproj/argo-cd/blob/master/util/webhook/webhook.go#L159
Push event payload - https://docs.github.com/en/webhooks/webhook-events-and-payloads#push

Where as workflow_dispatch event has different payload - https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_dispatch

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Parvez Kazi