Skip to content

Commit 2a24b89

Browse files
authored
Create speakeasy_sdk_publish.yaml
1 parent 8843ba5 commit 2a24b89

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)