Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created September 25, 2020 15:27
Show Gist options
  • Save duanebester/d8dd02952a42647736907fbf347cb8e0 to your computer and use it in GitHub Desktop.
Save duanebester/d8dd02952a42647736907fbf347cb8e0 to your computer and use it in GitHub Desktop.
GitHub Repos Setup Vars
(def user-auth ["<username>" "<personal-access-token>"])
(def base-url "https://github.com/api/v3/")
(def org-name "orgs/<your-org-name>")
(def repo-url (str base-url org-name "/repos"))
(def base-options {:basic-auth user-auth :headers {"Accept" "application/vnd.github.v3+json"}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment