Skip to content

Commit

Permalink
chore: move to api
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Apr 14, 2024
1 parent 9f5a81d commit 5bb4012
Show file tree
Hide file tree
Showing 7 changed files with 18,430 additions and 35,691 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Upload OpenAPI spec
id: upload-openapi-spec
uses: ./
env:
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
with:
path-to-openapi: ./openapi.json
Loading

0 comments on commit 5bb4012

Please sign in to comment.