OCMP-5019

This commit is contained in:
Milorad Jovanovic 2025-04-03 13:02:52 +00:00
parent 6ee815eee1
commit 166c639392

View File

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