Skip to content

Fetch public keys from users in a specific team in your organization.

License

Notifications You must be signed in to change notification settings

Jimdo/github-team-ssh-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Team SSH Keys

Fetch public keys from users in a specific team in your organization!

Example

./github-team-ssh-keys --token $GITHUB_TOKEN --org YourOrg --team YourTeam

Release

Create a tag and push it:

git tag -a -m "Github Team SSH Keys Version X.X.X" vX.X.X
git push origin vX.X.X