Skip to content

chore: 🐝 Update SDK - Generate (#28) #22

chore: 🐝 Update SDK - Generate (#28)

chore: 🐝 Update SDK - Generate (#28) #22

name: Publish
on:
push: # Will trigger when the RELEASES.md file is updated by the merged PR from the generation workflow
paths:
- "RELEASES.md"
branches:
- master
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:
publish_typescript: true
create_release: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{secrets.NPM_TOKEN}}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}