From 3f6cf7563d41a0f4aca760d927930244d3609843 Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Wed, 20 Dec 2023 11:45:13 +0100 Subject: [PATCH] fix: fix URL to fetch API spec for automated drift detection Signed-off-by: Dmitry Kisler --- .github/workflows/check-api-spec-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-api-spec-updates.yaml b/.github/workflows/check-api-spec-updates.yaml index f758be9..539f5ee 100644 --- a/.github/workflows/check-api-spec-updates.yaml +++ b/.github/workflows/check-api-spec-updates.yaml @@ -22,7 +22,7 @@ jobs: run: | curl -SLo openAPIDefinition_new.json "$SPEC_URL" env: - SPEC_URL: https://dfv3qgd2ykmrx.cloudfront.net/api_spec/release/v2.json + SPEC_URL: https://neon.tech/api_spec/release/v2.json - name: Diff spec files id: diff run: |