From 07f44b092da4b8c37460b1b8aa486eea2e417e33 Mon Sep 17 00:00:00 2001 From: Alexandre Menasria Date: Thu, 22 May 2025 16:54:58 +0200 Subject: [PATCH] Speakeasy created PR should trigger the test workflow --- .github/workflows/sdk_generation_mistralai_sdk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk_generation_mistralai_sdk.yaml b/.github/workflows/sdk_generation_mistralai_sdk.yaml index 7d0540e7..1d80cddc 100644 --- a/.github/workflows/sdk_generation_mistralai_sdk.yaml +++ b/.github/workflows/sdk_generation_mistralai_sdk.yaml @@ -24,6 +24,6 @@ jobs: speakeasy_version: latest target: mistralai-sdk secrets: - github_access_token: ${{ secrets.GITHUB_TOKEN }} + github_access_token: ${{ secrets.SPEAKEASY_WORKFLOW_GITHUB_PAT }} pypi_token: ${{ secrets.PYPI_TOKEN }} speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}