Skip to content

Publish

Publish #13

Workflow file for this run

name: Publish
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
"on":
# push:
# branches:
# - main
# paths:
# - package/sdk/RELEASES.md
workflow_dispatch:
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/[email protected]
with:
working_directory: package
target: petstore
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}