Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created November 1, 2024 23:30
Show Gist options
  • Select an option

  • Save wilmoore/dedbec09ece5c5d4b4f324e669f582d9 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/dedbec09ece5c5d4b4f324e669f582d9 to your computer and use it in GitHub Desktop.
Software Engineering :: Source Control :: VCS :: Git :: Managed Hosting Platform :: GitHub :: Gist :: API :: Authentication :: Security

Software Engineering :: Source Control :: VCS :: Git :: Managed Hosting Platform :: GitHub :: Gist :: API :: Authentication :: Security

⪼ Made with 💜 by Polyglot.

Security

Add Token to Keychain
security add-generic-password -a $USER -s GIST_API_TOKEN -w *******
Copy one key's value to another
set -x GIST_API_TOKEN (security find-generic-password -s GIST_API_KEY -w)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment