Skip to content

Commit

Permalink
refactor: remove gen
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmrebughini committed Oct 29, 2024
1 parent f4558a9 commit e6c8d7d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
,dev-main-speakeasy-api-key
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: ${{ jobs.gather-secrets.outputs.get-secrets.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }} # Reference the output directly
# - 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: ${{ jobs.gather-secrets.outputs.get-secrets.DEV_MAIN_SPEAKEASY_API_KEY_PHP_API_KEY }} # Reference the output directly

0 comments on commit e6c8d7d

Please sign in to comment.