update openapi file #153
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CoinAPI Exchange Rates Realtime API REST OpenAPI to SDK | |
| on: | |
| push: | |
| branches: | |
| - master # Adjust to your default branch (e.g., main) if different | |
| paths: | |
| - 'coinapi/exchange-rates-api-rest-realtime/spec/openapi.json' | |
| pull_request: | |
| branches: | |
| - master # Adjust to your default branch (e.g., main) if different | |
| paths: | |
| - 'coinapi/exchange-rates-api-rest-realtime/spec/openapi.json' | |
| jobs: | |
| call-reusable-workflow: | |
| uses: ./.github/workflows/reusable-openapi-to-sdk.yaml | |
| with: | |
| product_line_slug: "coinapi" | |
| api_type_slug: "exchange-rates-api-rest-realtime" | |
| commit_message_subject: "CoinAPI Exchange Rates API REST Realtime" | |
| secrets: | |
| PAT_TOKEN: ${{ secrets.PAT_TOKEN }} |