Skip to content

Commit

Permalink
fix: fix URL to fetch API spec for automated drift detection
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Dec 20, 2023
1 parent 7ba949e commit 3f6cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-spec-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3f6cf75

Please sign in to comment.