Merge pull request #609 from codatio/speakeasy-sdk-regen-1721077172 #72
This file contains 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: Release Accounting library | ||
'on': | ||
push: | ||
paths: | ||
- previous-versions/accounting/RELEASES.md | ||
branches: | ||
- main | ||
jobs: | ||
publish: | ||
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15 | ||
secrets: | ||
github_access_token: ${{ secrets.GITHUB_TOKEN }} | ||
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} | ||
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
npm_token: ${{ secrets.NPM_TOKEN }} |