Skip to content

Instantly share code, notes, and snippets.

@genbtc
Created January 14, 2022 05:58
Show Gist options
  • Save genbtc/e26abc9cb710e89ca5403469b24c9e66 to your computer and use it in GitHub Desktop.
Save genbtc/e26abc9cb710e89ca5403469b24c9e66 to your computer and use it in GitHub Desktop.
examplewgetpaste.conf
#Edit your nick
DEFAULT_NICK="genr8"
#set the service to github gists
DEFAULT_SERVICE="gists"
#edit your token into here
GITHUB_TOKEN="***********************************"
#Leave this alone
HEADER_gists="Authorization: Basic `echo -n ${GITHUB_TOKEN}:x-oauth-basic | base64`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment