Fern nightly release fix (#2319)
This commit is contained in:
4
.github/workflows/update-openapi.yml
vendored
4
.github/workflows/update-openapi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user