diff --git a/scripts/github-actions/validate-deploy.sh b/scripts/github-actions/validate-deploy.sh index 09e2098..3425f4c 100644 --- a/scripts/github-actions/validate-deploy.sh +++ b/scripts/github-actions/validate-deploy.sh @@ -117,6 +117,7 @@ probe_safe_http_endpoint() { ping_json="$( curl \ "${curl_common[@]}" \ + "${auth_headers[@]}" \ "${BASE_URL}/api/ping" )"