2023/tools/fetch-keys
dependabot[bot] 7980b2358a
Bump golang.org/x/net from 0.12.0 to 0.17.0 in /tools/fetch-keys
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 22:56:21 +00:00
..
README.md add fetch-keys by @shteryana 2023-08-02 12:49:59 +03:00
authtoken.go add fetch-keys by @shteryana 2023-08-02 12:49:59 +03:00
go.mod Bump golang.org/x/net from 0.12.0 to 0.17.0 in /tools/fetch-keys 2023-10-11 22:56:21 +00:00
go.sum Bump golang.org/x/net from 0.12.0 to 0.17.0 in /tools/fetch-keys 2023-10-11 22:56:21 +00:00
main.go add fetch-keys by @shteryana 2023-08-02 12:49:59 +03:00

README.md

Use the Github API to fetch configured SSH keys for a team.

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 and have either properly edited the authtoken.go source file (!!! with caution), or pass the appropriate token via the command line.