Skip to content

update the readme to force workflows to run again. #5

update the readme to force workflows to run again.

update the readme to force workflows to run again. #5

Workflow file for this run

name: Upload OpenAPI spec to Stainless
on:
push:
branches: [main]
jobs:
stainless:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Upload OpenAPI spec to Stainless
uses: stainless-api/upload-openapi-spec-action@main
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: "./openapi.yml"
config_path: "./openapi.stainless.yml"
project_name: 'open-transit'