Skip to content

Commit

Permalink
update to match others (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 authored Dec 18, 2024
1 parent 918c382 commit 97a9e92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Generate

permissions:
checks: write
contents: write
pull-requests: write
statuses: write
"on":

on:
workflow_dispatch:
inputs:
force:
description: Force generation of SDKs
type: boolean
default: false
schedule:
- cron: 0 0 * * *
- cron: "0 0 * * 1" # Mondays at 00:00 UTC

jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
Expand Down

0 comments on commit 97a9e92

Please sign in to comment.