Created
September 11, 2020 10:50
-
-
Save suryasr007/3b79c13903953ddafa12df41c07a9302 to your computer and use it in GitHub Desktop.
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 "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