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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
|
||||||
- name: Update OpenAPI Spec
|
- name: Update OpenAPI Spec
|
||||||
uses: fern-api/sync-openapi@v2
|
uses: fern-api/sync-openapi@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
|
||||||
branch: 'update-openapi-spec'
|
branch: 'update-openapi-spec'
|
||||||
update_from_source: true
|
update_from_source: true
|
||||||
add_timestamp: true
|
add_timestamp: true
|
||||||
|
|||||||
Reference in New Issue
Block a user