Skip to content

Instantly share code, notes, and snippets.

@devenes
Created June 25, 2022 23:07
Show Gist options
  • Save devenes/fa525ef1ab29b9abfb31d3101359cbe7 to your computer and use it in GitHub Desktop.
Save devenes/fa525ef1ab29b9abfb31d3101359cbe7 to your computer and use it in GitHub Desktop.
publicize your membership
curl -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token <YOUR_GITHUB_TOKEN>" \
-H "Content-Length: 0" \
-X PUT \
https://api.github.com/orgs/EpicGames/public_members/devenes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment