Skip to content

Instantly share code, notes, and snippets.

View alberttwong's full-sized avatar
🚀
On a rocket ship!

Albert T. Wong alberttwong

🚀
On a rocket ship!
View GitHub Profile
@RickCogley
RickCogley / create-github-issue.sh
Last active October 12, 2023 20:57
Curl Script to Create a Github Issue
curl -X "POST" "https://api.github.com/repos/rickcogley/REPONAME/issues?state=all" \
-H "Cookie: logged_in=no" \
-H "Authorization: token THEd13GITHUBfb87TOKENa4FROM5eSETTINGS" \
-H "Content-Type: text/plain; charset=utf-8" \
-d $'{
"title": "A workflow alerts Operator who performs a process",
"body": "TBD",
"milestone": 5,
"assignees": [
"RickCogley",