GitHub Raw JSON API

Skyvern-AI / skyvern

22,740 Python

Automate browser based workflows with AI

skyvern Specification

Located in .github/workflows/update-openapi.yml on branch HEAD

3.x (YAML) YAML 0.6 KB
Raw YAML Specification
name: Update OpenAPI Specification
on:
  workflow_dispatch:
  schedule:
    - cron: "0 0 * * *"
jobs:
  update-openapi:
    runs-on: ubuntu-latest
    permissions:
      contents: write
      pull-requests: write
    steps:
      - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
        with:
          token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
      - name: Update OpenAPI Spec
        uses: fern-api/sync-openapi@8e936a4bac8ad11d698d7114f3074fa3397398ea # v2
        with:
          token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
          branch: 'update-openapi-spec'
          update_from_source: true
          add_timestamp: true