mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
Update sdk_generation.yaml
This commit is contained in:
11
.github/workflows/sdk_generation.yaml
vendored
11
.github/workflows/sdk_generation.yaml
vendored
@@ -13,12 +13,21 @@ permissions:
|
||||
default: false
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- pms-spec.yaml
|
||||
- .github/workflows/sdk_generation.yaml
|
||||
- paths/**
|
||||
- parameters/**
|
||||
- responses/**
|
||||
jobs:
|
||||
generate:
|
||||
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
|
||||
with:
|
||||
force: ${{ github.event.inputs.force }}
|
||||
mode: pr
|
||||
mode: direct
|
||||
speakeasy_version: latest
|
||||
secrets:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user