Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Apr 2, 2024
1 parent e8b9577 commit 7acf464
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/speakeasy_sdk_generation.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
name: Generate

on:
workflow_dispatch: # Allows manual triggering of the workflow to generate SDK
"on":
workflow_dispatch:
inputs:
force:
description: "Force generation of SDKs"
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * * # Runs every day at midnight

jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
with:
speakeasy_version: latest
openapi_docs: |
- ./hashicups.yaml # Local path or stable URL
languages: |
- terraform
create_release: true
force: ${{ github.event.inputs.force }}
languages: |
- terraform
openapi_docs: |
- ./hashicups.yaml # Local path or stable URL
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 comments on commit 7acf464

Please sign in to comment.