From 3bbccef1995f1e028956e72747907a3e4ddb9941 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Mon, 30 Apr 2018 22:19:19 -0700 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f69fe..a496db7 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,12 @@ Github search is terrible. The idea here is quickly clone all org repos into a s - $ make install - $ go install -## Auth -- If org is behind SSO add it to the [Github token](https://help.github.com/articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization/) +## Use existing Github Token + +``` +$ security find-internet-password -s github.com | grep "acct" | awk -F\" '{ print $4 }' +``` + +## Auth through SSO + +- If org is behind SSO a normal token will not work. You will need to add SSO to the [Github token](https://help.github.com/articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization/)