Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix mem
  • Loading branch information
ismaelrumzan committed Oct 2, 2025
commit 75a027e216c14f135f12acbec4ee50e24e270266
5 changes: 3 additions & 2 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ permissions:
workflow_dispatch: {}
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
mode: publish
enable_sdk_changelog: true
environment: |
NODE_OPTIONS="--max-old-space-size=5120"
NODE_OPTIONS="--max-old-space-size=5120"
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down