Skip to content

Instantly share code, notes, and snippets.

@ryu22e
Created April 22, 2020 08:28
Show Gist options
  • Save ryu22e/5c375d5925da7a59f50dff1995d9c05b to your computer and use it in GitHub Desktop.
Save ryu22e/5c375d5925da7a59f50dff1995d9c05b to your computer and use it in GitHub Desktop.
GItHub API memop
curl -X POST -H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/json" \
https://api.github.com/repos/ryu22e/django_demo/deployments/${DEPLOYMENT_ID}/statuses \
--data '{"state": "success"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment