Skip to content

Commit

Permalink
Merge pull request #19 from LukeHagar/update-action
Browse files Browse the repository at this point in the history
Adjusted Speakeasy workflow
  • Loading branch information
LukeHagar authored Jun 5, 2024
2 parents b83c294 + c3b771a commit 36327ec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,21 @@ permissions:
default: false
schedule:
- cron: 0 0 * * *
push:
branches:
- main
paths:
- pms-spec.yaml
- .github/workflows/sdk_generation.yaml
- paths/**
- parameters/**
- responses/**
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
with:
force: ${{ github.event.inputs.force }}
mode: pr
mode: direct
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 36327ec

Please sign in to comment.