Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 9, 2024
0 parents commit 72759ea
Show file tree
Hide file tree
Showing 3 changed files with 4,241 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/run_stainless.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Upload OpenAPI spec to Stainless

on:
push:
branches: [main]
workflow_dispatch:

jobs:
stainless:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stainless-api/upload-openapi-spec-action@main
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: 'openapi.json'
config_path: 'openapi.stainless.yml'
project_name: 'honcho'
Loading

0 comments on commit 72759ea

Please sign in to comment.