From b019239944ad188b284043aa3d34546f476b8c21 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:56:50 -0700 Subject: [PATCH] ci: switch SDK generation from PR mode to direct mode Generation PRs were never auto-merged (PR #163 has been open since Apr 22 and no release has shipped since v0.4.1). Direct mode commits the regenerated SDK straight to main, matching the typescript-sdk pattern. --- .github/workflows/sdk-generation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk-generation.yaml b/.github/workflows/sdk-generation.yaml index 6419da53..775fdd2a 100644 --- a/.github/workflows/sdk-generation.yaml +++ b/.github/workflows/sdk-generation.yaml @@ -14,7 +14,7 @@ jobs: with: speakeasy_version: "1.761.1" force: true - mode: pr + mode: direct secrets: - github_access_token: ${{ secrets.SDK_MERGE_PAT }} + github_access_token: ${{ secrets.GITHUB_TOKEN }} speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}