Skip to content

Instantly share code, notes, and snippets.

@edwindotcom
Created August 14, 2020 19:58
Show Gist options
  • Save edwindotcom/01697591c0fbe0782e430d10b86a0119 to your computer and use it in GitHub Desktop.
Save edwindotcom/01697591c0fbe0782e430d10b86a0119 to your computer and use it in GitHub Desktop.
curl -H "Authorization: token TOKEN" \
-H 'Accept: application/vnd.github.v3+json' \
"https://api.github.com/repos/github/service-catalog-demo/dispatches" \
-d '{"event_type": "trigger", "client_payload": {"filename": "2020-08-11-foo123", "title": "Hi Mom", "status": "Major outage"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment