swapped to working directory, fixed examples, moved .speakeasy folder

This commit is contained in:
Luke Hagar
2024-10-02 01:26:26 +00:00
parent c17aaa0e95
commit 8091130179
15 changed files with 18 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ permissions:
- main
paths:
- .github/workflows/sdk_generation.yaml
- output/**
- src/**/*
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
@@ -26,6 +26,7 @@ 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 }}