Skip to content

Commit

Permalink
Update push code samples in generation action
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 24, 2024
1 parent 6c47a17 commit ab866e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/speakeasy_sdk_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ permissions:
description: Force generation of SDKs
type: boolean
default: false
push_code_samples_only:
description: Force push only code samples from SDK generation
type: boolean
default: false
schedule:
- cron: 0 0 * * *
jobs:
Expand All @@ -19,6 +23,7 @@ jobs:
with:
force: ${{ github.event.inputs.force }}
mode: pr
push_code_samples_only: ${{ fromJSON(github.event.inputs.push_code_samples_only != '' && github.event.inputs.push_code_samples_only || 'false') }}
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ab866e9

Please sign in to comment.