mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
Fern nightly release fix (#2319)
This commit is contained in:
parent
626585c0f6
commit
dc3e4a5cbc
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue