Created
April 22, 2020 08:28
-
-
Save ryu22e/5c375d5925da7a59f50dff1995d9c05b to your computer and use it in GitHub Desktop.
GItHub API memop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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