debug token
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-01 07:21:11 +01:00
parent 30cc1ea710
commit f0544a3d60

View File

@@ -26,6 +26,8 @@ PACKAGE_URL=${API_URL}/api/$PACKAGE_SUBPATH
PACKAGE_API_URL=${API_URL}/api/v1/$PACKAGE_SUBPATH PACKAGE_API_URL=${API_URL}/api/v1/$PACKAGE_SUBPATH
echo "DEBUG: destination $PACKAGE_URL" echo "DEBUG: destination $PACKAGE_URL"
echo "DEBUG: token ${PLUGIN_TOKEN:0:5}"
curl \ curl \
--location \ --location \
--user ${PLUGIN_USER}:${PLUGIN_TOKEN} \ --user ${PLUGIN_USER}:${PLUGIN_TOKEN} \