Skip to content
Merged
Changes from all commits
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
5 changes: 0 additions & 5 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
# Pinned: CLI 1.795.2 ships speakeasy-client-sdk-go v3.27.0, which
# regenerated artifacts.go with auth stripped from every Artifacts.*
# method, so the action's own `speakeasy tag promote` reaches the
# registry with no bearer token and 403s. Unpin once upstream fixes it.
speakeasy_version: "1.795.1"
force: ${{ github.event.inputs.force || false }}
mode: direct
set_version: ${{ github.event.inputs.set_version || '' }}
Expand Down