We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33e2b58 + 6204979 commit 8c23960Copy full SHA for 8c23960
.github/workflows/speakeasy_sdk_generation.yml
@@ -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 }}
+
0 commit comments