From 8d008659239577470966481b15166da8c7c762d4 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 13 May 2025 14:58:48 +0200 Subject: [PATCH] Add fail --- .github/workflows/cloud-extensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index abf9c81a89..1064dac2a0 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -67,7 +67,7 @@ jobs: - name: Get the connection URI id: connect-uri run: | - URI=$(curl -X GET \ + URI=$(curl -f -X GET \ "https://console-stage.neon.build/api/v2/projects/${PROJECT_ID}/connection_uri?database_name=neondb&role_name=neondb_owner" \ -H 'accept: application/json' \ -H "Authorization: Bearer ${API_KEY}" | jq -r .uri