Skip to content

Commit 8c23960

Browse files
authored
Merge pull request #10 from simplesagar/patch-3
chore: remove old speakeasy_sdk_generation.yml
2 parents 33e2b58 + 6204979 commit 8c23960

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed
Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
1-
name: Generate
2-
permissions:
3-
checks: write
4-
contents: write
5-
pull-requests: write
6-
statuses: write
7-
"on":
8-
workflow_dispatch:
9-
inputs:
10-
force:
11-
description: Force generation of SDKs
12-
type: boolean
13-
default: false
14-
schedule:
15-
- cron: 0 0 * * *
16-
jobs:
17-
generate:
18-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
19-
with:
20-
force: ${{ github.event.inputs.force }}
21-
mode: direct
22-
speakeasy_version: latest
23-
secrets:
24-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
25-
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
1+

0 commit comments

Comments
 (0)