Skip to content

Commit 2ab6934

Browse files
committed
chore: move to api
1 parent 9f5a81d commit 2ab6934

File tree

9 files changed

+18453
-35698
lines changed

9 files changed

+18453
-35698
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- uses: actions/setup-node@v4
22+
with:
23+
node-version: 20
24+
2125
- name: Upload OpenAPI spec
2226
id: upload-openapi-spec
2327
uses: ./
24-
env:
25-
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
26-
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
2728
with:
29+
hey-api-token: ${{ secrets.HEY_API_TOKEN }}
2830
path-to-openapi: ./openapi.json

action.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ branding:
77
color: red
88

99
inputs:
10-
# TOOD: add token support
11-
# hey-api-token:
12-
# description: Hey API service token
13-
# required: true
10+
hey-api-token:
11+
description: Hey API service token
12+
required: true
1413
path-to-openapi:
1514
description: Input path to your OpenAPI specification file
1615
required: true

0 commit comments

Comments
 (0)