OCMP-5019

This commit is contained in:
Milorad Jovanovic 2025-04-03 13:12:21 +00:00
parent 166c639392
commit 49258fec9f

View File

@ -43,11 +43,7 @@ runs:
BODY="${BODY}}"
echo "$BODY"
T="${{ inputs.token }}"
echo "$T"
echo ""
curl -v -X POST "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \
curl -v "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \
-H "Authorization: Bearer ${{ inputs.token }}" \
-H "Content-Type: application/json" \
-d "$BODY"