Skip to content

Commit c13a1af

Browse files
committed
chore: update base url
1 parent 01962f0 commit c13a1af

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,14 @@ jobs:
2626
id: upload-json-openapi-spec
2727
uses: ./
2828
with:
29-
base-url: https://grouse-factual-internally.ngrok-free.app
30-
# dry-run: true
29+
dry-run: true
3130
hey-api-token: ${{ secrets.HEY_API_TOKEN }}
3231
path-to-openapi: ./openapi.json
33-
tags: dev
3432

3533
- name: Upload YAML OpenAPI spec
3634
id: upload-yaml-openapi-spec
3735
uses: ./
3836
with:
39-
base-url: https://grouse-factual-internally.ngrok-free.app
40-
# dry-run: true
37+
dry-run: true
4138
hey-api-token: ${{ secrets.HEY_API_TOKEN }}
4239
path-to-openapi: ./openapi.yaml
43-
tags: dev

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'node:path'
55
* Read and upload the provided OpenAPI specification to Hey API.
66
*/
77
export async function upload({
8-
baseUrl = 'https://platform-production-25fb.up.railway.app',
8+
baseUrl = 'https://api.heyapi.dev',
99
dryRun,
1010
heyApiToken,
1111
pathToOpenApi,

0 commit comments

Comments
 (0)