Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created November 20, 2022 18:53
Show Gist options
  • Select an option

  • Save KyMidd/bc8e36dcfb34231eb8b00f41f3bc8950 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/bc8e36dcfb34231eb8b00f41f3bc8950 to your computer and use it in GitHub Desktop.
curl -s -X PATCH \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
https://api.github.com/repos/$GH_ORG/$GH_REPO \
(etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment