Replies: 1 comment
-
This showed up on a google search while trying to get a webhook set up - there is support for GitHub webhooks and other similar tooling as of at least v3.5.5 - see https://argo-workflows.readthedocs.io/en/stable/webhooks/ for an overview. It is helpful to follow the argo-server's logs when webhooks are being sent to debug what issues exist - Argo expects particular names for the service account and service account token secret. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to trigger a workflow using WorkflowEventBinding and GitHub webhook. I followed below example, curl works fine. But I'm not able to trigger it via GitHub webhook as I can't configure the "Authorization" header with my Bearer token. Am I missing something, or is there a way to authorize with a secret ?
https://argoproj.github.io/argo-workflows/events/#workflow-template-triggered-by-the-event
Beta Was this translation helpful? Give feedback.
All reactions