OCMP-5019

This commit is contained in:
Milorad Jovanovic 2025-04-03 12:51:09 +00:00
parent f1f27846b1
commit 6ee815eee1

View File

@ -43,7 +43,7 @@ runs:
BODY="${BODY}}" BODY="${BODY}}"
curl -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" \
-d "$BODY" -d "$BODY"