Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Jun 23, 2024
1 parent db91199 commit b27902e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/stainless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
stainless:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stainless-api/upload-openapi-spec-action@main
- name: Checkout Code
uses: actions/checkout@v4
- name: ls
run: ls -al
- name: Upload OpenAPI spec to Stainless
uses: stainless-api/upload-openapi-spec-action@main
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: "$GITHUB_WORKSPACE/openapi.yml"
config_path: "$GITHUB_WORKSPACE/openapi.stainless.yaml"
input_path: "openapi.yml"
config_path: "openapi.stainless.yaml"
project_name: 'open-transit'

0 comments on commit b27902e

Please sign in to comment.