Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit f7af688

Browse files
committed
refactor: bring OpenAPI spec to top-level
1 parent 923cefd commit f7af688

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/poll-openapi.yml renamed to .github/workflows/check-openapi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: Fetch Hookdeck OpenAPI
1+
name: Check Hookdeck OpenAPI for Changes
22
on:
33
workflow_dispatch: # Manually trigger the workflow
4-
schedule:
5-
- cron: "*/15 * * * *"
64

75
permissions:
86
contents: write

fern/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
api:
2-
path: ./openapi/openapi.json
2+
path: ../openapi.json
33
overrides: ../overrides.yml
44
origin: https://api.hookdeck.com/latest/openapi/fern
55
groups:
File renamed without changes.

0 commit comments

Comments
 (0)