From dc3e4a5cbc14d17ef100f13f8409999fca9a7818 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Sun, 11 May 2025 12:19:46 -0700 Subject: [PATCH] Fern nightly release fix (#2319) --- .github/workflows/update-openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-openapi.yml b/.github/workflows/update-openapi.yml index 2572eaaa..a1ef2084 100644 --- a/.github/workflows/update-openapi.yml +++ b/.github/workflows/update-openapi.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }} - name: Update OpenAPI Spec uses: fern-api/sync-openapi@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }} branch: 'update-openapi-spec' update_from_source: true add_timestamp: true