From ab4cfe84f7a17d0562c2df47004e0e16b1044097 Mon Sep 17 00:00:00 2001 From: Shteryana Shopova Date: Sun, 21 Jul 2019 00:58:54 +0300 Subject: [PATCH] Add a note on the OAuth token config --- access/fetch-keys/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/access/fetch-keys/README.md b/access/fetch-keys/README.md index ae83209..21c6acf 100644 --- a/access/fetch-keys/README.md +++ b/access/fetch-keys/README.md @@ -1,11 +1,14 @@ Use the Github API to fetch configured SSH keys for a team. -Build by +Build by (making sure your GOPATH environment variable is properly configured) - ``` go get go build ``` + Run ``` ./fetch-keys --help ``` + +The tool uses an OAuth Token to connect to the Github API, make sure you've added a personal access token via your [Github account settings](https://github.com/settings/tokens) and have either properly edited the [authtoken.go](authtoken.go#L3) source file (!!! with caution), or pass the appropriate token via the command line.