Skip to content

Merge pull request #174 from codatio/speakeasy-sdk-regen-1688774628 #19

Merge pull request #174 from codatio/speakeasy-sdk-regen-1688774628

Merge pull request #174 from codatio/speakeasy-sdk-regen-1688774628 #19

name: Release Accounting SDK
on:
push: # Will trigger when the RELEASES.md file is updated by the merged PR from the generation workflow
paths:
- "accounting/RELEASES.md"
branches:
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14 # Import the sdk publish workflow which will handle the publishing to the package managers
with:
create_release: true
publish_typescript: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
npm_token: ${{ secrets.NPM_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}