Skip to content

Instantly share code, notes, and snippets.

@suryasr007
Created September 11, 2020 10:50
Show Gist options
  • Select an option

  • Save suryasr007/3b79c13903953ddafa12df41c07a9302 to your computer and use it in GitHub Desktop.

Select an option

Save suryasr007/3b79c13903953ddafa12df41c07a9302 to your computer and use it in GitHub Desktop.
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer <GITHUB PERSONAL ACCESS TOKEN>" \
https://api.github.com/repos/octocat/hello-world/dispatches \
-d '{"event_type":"event_type"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment