Skip to content

Generate Bank Feeds library #68

Generate Bank Feeds library

Generate Bank Feeds library #68

name: Generate Bank Feeds library
'on':
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 1 * * 1
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
with:
speakeasy_version: latest
openapi_doc_location: https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
languages: |-
- csharp: ./bank-feeds
create_release: true
mode: pr
force: ${{ github.event.inputs.force }}
publish_csharp: true
dotnet_version: 6.x
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}