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