Skip to content

Commit 37b50ba

Browse files
Merge pull request #206 from shiftstack/team_ssh_username
Add comment about who the ssh key belongs to
2 parents caab53b + 543ab8d commit 37b50ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

team_ssh_keys.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ fi
2525
MEMBERS=$(yq --arg team_name "$TEAM_NAME" -r '.aliases[$team_name] | join(" ")' <<< "$OWNER_ALIASES")
2626

2727
for member in $MEMBERS; do
28-
curl -s "https://github.com/$member.keys"
28+
key=$(curl -s "https://github.com/$member.keys")
29+
echo "$key $member"
2930
done

0 commit comments

Comments
 (0)