Skip to content

Commit

Permalink
restructure again
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Oct 30, 2024
1 parent 336a1d8 commit 5bf61fb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- cron: 0 0 * * *

jobs:
generate:
retrieve-secrets:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
Expand All @@ -38,12 +38,13 @@ jobs:
name-transformation: uppercase
parse-json-secrets: true

- name: Generate SDK
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
force: ${{ github.event.inputs.force }}
mode: pr
speakeasy_version: latest
env:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}
speakeasy-generate:
needs: retrieve-secrets
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
force: ${{ github.event.inputs.force }}
mode: pr
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ env.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }}

0 comments on commit 5bf61fb

Please sign in to comment.