Skip to content

Merge pull request #62 from anyproto/dependabot/npm_and_yarn/npm-depe… #122

Merge pull request #62 from anyproto/dependabot/npm_and_yarn/npm-depe…

Merge pull request #62 from anyproto/dependabot/npm_and_yarn/npm-depe… #122

Workflow file for this run

name: Upload OpenAPI spec to Stainless
on:
push:
branches: [main]
permissions:
contents: read
jobs:
stainless:
concurrency: upload-openapi-spec-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: stainless-api/upload-openapi-spec-action@main
with:
stainless_api_key: ${{ secrets.STAINLESS_API_KEY }}
input_path: "docs/reference/openapi-2025-11-08.yaml"
project_name: "anytype"