diff --git a/.github/scripts/delete-old-cloudsmith-artifacts.sh b/.github/scripts/delete-old-cloudsmith-artifacts.sh index b6708956f24a..9d04befeb347 100755 --- a/.github/scripts/delete-old-cloudsmith-artifacts.sh +++ b/.github/scripts/delete-old-cloudsmith-artifacts.sh @@ -30,6 +30,8 @@ done echo "Deleting the following RPMs:" cat $RPMS_TO_DELETE +echo $CLOUDSMITH_API_CREDS + if [[ -n $SCREWDRIVER ]] && [[ -z $SD_PULL_REQUEST ]]; then for RPMID in $(cat $RPMS_TO_DELETE); do curl -sLf -u "$CLOUDSMITH_API_CREDS" -X DELETE \