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.
1 parent 8843ba5 commit 2a24b89Copy full SHA for 2a24b89
.github/workflows/speakeasy_sdk_publish.yaml
@@ -0,0 +1,17 @@
1
+name: Publish
2
+"on":
3
+ push:
4
+ branches:
5
+ - main
6
+ paths:
7
+ - RELEASES.md
8
+jobs:
9
+ publish:
10
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
11
+ with:
12
+ create_release: true
13
+ publish_typescript: true
14
+ secrets:
15
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
16
+ speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
17
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments