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 ff0d749 commit 1fb1415Copy full SHA for 1fb1415
.github/workflows/sdk_publish.yaml
@@ -0,0 +1,20 @@
1
+name: Publish
2
+permissions:
3
+ checks: write
4
+ contents: write
5
+ pull-requests: write
6
+ statuses: write
7
+"on":
8
+ push:
9
+ branches:
10
+ - main
11
+ paths:
12
+ - RELEASES.md
13
+ - '*/RELEASES.md'
14
+jobs:
15
+ publish:
16
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
17
+ secrets:
18
+ github_access_token: ${{ secrets.GITHUB_TOKEN }}
19
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
20
+ speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments