Skip to content
Closed
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
Prev Previous commit
Next Next commit
update publish action sha
  • Loading branch information
walker-tx committed Oct 3, 2025
commit 09e0dc69b3049f5a89bef87356337b9df78756f4
5 changes: 2 additions & 3 deletions .github/workflows/sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ permissions:
workflow_dispatch: {}
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@b57e90c40c3603df5669c10053e90d560f088a81
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@995647531b4de70ba615e869506829c1e387d319
with:
enable_sdk_changelog: true
environment: |
NODE_OPTIONS="--max-old-space-size=5120"
node_options: "--max-old-space-size=1"
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN_ELEVATED }}
Expand Down