diff --git a/script.sh b/script.sh index 84b91d7..db83eb3 100644 --- a/script.sh +++ b/script.sh @@ -26,6 +26,8 @@ PACKAGE_URL=${API_URL}/api/$PACKAGE_SUBPATH PACKAGE_API_URL=${API_URL}/api/v1/$PACKAGE_SUBPATH echo "DEBUG: destination $PACKAGE_URL" +echo "DEBUG: token ${PLUGIN_TOKEN:0:5}" + curl \ --location \ --user ${PLUGIN_USER}:${PLUGIN_TOKEN} \