diff --git a/.github/scripts/fetch_helm_deps.sh b/.github/scripts/fetch_helm_deps.sh index 32b49463c26..8db3696133b 100755 --- a/.github/scripts/fetch_helm_deps.sh +++ b/.github/scripts/fetch_helm_deps.sh @@ -26,7 +26,7 @@ echo "" echo "⏬ Downloading and Loading TrueCharts pgp Public Key" gpg_dir=.cr-gpg mkdir "$gpg_dir" -curl https://keybase.io/hashicorp/pgp_keys.asc | gpg --dearmor > $gpg_dir/pubring.gpg || echo "❌ Couldn't load Public Key." && exit 1 +curl https://keybase.io/truecharts/pgp_keys.asc | gpg --dearmor > $gpg_dir/pubring.gpg || echo "❌ Couldn't load Public Key." echo "✅ Public Key loaded successfully..." echo "" }