Created
November 20, 2022 18:41
-
-
Save KyMidd/77967dcc6b1a14c0710ca4124315d3e5 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 -s -X PATCH \ | |
| -H "Accept: application/vnd.github+json" \ #<-- GitHub's REST API requires this for some requests | |
| -H "Authorization: Bearer $GITHUB_TOKEN" \ #<-- Auth to GitHub | |
| (etc.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment