From 2793a236104dc3160374f3c85f56081f00453c4d Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 2 Oct 2020 10:13:32 +0100 Subject: [PATCH] updated bitbucket_add_ssh_public_keys.sh --- bitbucket_add_ssh_public_keys.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket_add_ssh_public_keys.sh b/bitbucket_add_ssh_public_keys.sh index 4e7c3c70..1b154123 100755 --- a/bitbucket_add_ssh_public_keys.sh +++ b/bitbucket_add_ssh_public_keys.sh @@ -13,6 +13,8 @@ # https://www.linkedin.com/in/harisekhon # +# https://developer.atlassian.com/bitbucket/api/2/reference/resource/users/%7Bselected_user%7D/ssh-keys#post + set -euo pipefail [ -n "${DEBUG:-}" ] && set -x srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"