Skip to content

Instantly share code, notes, and snippets.

@alejandroandreu
Created October 11, 2019 20:54
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 alejandroandreu/d7aee554aa383dcc792ecf499d5dd214 to your computer and use it in GitHub Desktop.
Save alejandroandreu/d7aee554aa383dcc792ecf499d5dd214 to your computer and use it in GitHub Desktop.
curl -X POST \
-H 'Authorization: token ${GITHUB_TOKEN}' \
-H 'Accept: application/vnd.github.everest-preview+json' \
-d '{"event_type":"foo"}'
https://api.github.com/repos/${GITHUB_REPO_OWNER}/${GITHUB_REPO}/dispatches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment