Skip to content

Instantly share code, notes, and snippets.

@n8ebel
Created December 4, 2019 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8ebel/8d35aff899d583765304d80572931433 to your computer and use it in GitHub Desktop.
Save n8ebel/8d35aff899d583765304d80572931433 to your computer and use it in GitHub Desktop.
GitHub repository_dispatch curl command
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token <personal access token with repo access>" \
--request POST \
--data '{"event_type": "process-layouts"}' \
https://api.github.com/repos/pixiteapps/pigment-android/dispatches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment