Skip to content

Instantly share code, notes, and snippets.

@nberlette
Forked from aidswidjaja/ghlorg.md
Last active March 24, 2022 17:18
Show Gist options
  • Save nberlette/d4fcc93d12928fead427c49e8268cf07 to your computer and use it in GitHub Desktop.
Save nberlette/d4fcc93d12928fead427c49e8268cf07 to your computer and use it in GitHub Desktop.
GitHub custom organization locations

Set custom GitHub organization locations, like this one:

image

Since GitHub tries to make you choose from countries now, just use the API to get around it.

curl -X PATCH -H "Accept: application/vnd.github.v3+json" -H "Authorization: token $GITHUB_TOKEN" \
        https://api.github.com/orgs/$ORGANIZATION -d '{"location":"localhost:420"}'

where:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment