diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index 884fa6b1..df58335e 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -26,7 +26,6 @@ jobs: force: ${{ github.event.inputs.force }} mode: direct speakeasy_version: latest - working_directory: src secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }} speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 96c34042..fb1c8eab 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -14,7 +14,7 @@ workflow: sources: Plex-API: inputs: - - location: ./src/pms-spec.yaml + - location: ./output/plex-media-server-spec-dereferenced.yaml registry: location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api targets: {} diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index a9cab3a0..43548c35 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -3,7 +3,7 @@ speakeasyVersion: latest sources: Plex-API: inputs: - - location: ./src/pms-spec.yaml + - location: ./output/plex-media-server-spec-dereferenced.yaml registry: location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api targets: {}