diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index 29c58c9..532cf34 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -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 || '' }}