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 c2e8a34 commit 355fd7cCopy full SHA for 355fd7c
.github/workflows/sdk_publish_api_go.yaml
@@ -20,3 +20,4 @@ jobs:
20
secrets:
21
github_access_token: ${{ secrets.GITHUB_TOKEN }}
22
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
23
+ slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
.github/workflows/sdk_publish_api_py.yaml
@@ -21,3 +21,4 @@ jobs:
pypi_token: ${{ secrets.PYPI_TOKEN }}
24
.github/workflows/sdk_publish_api_ts.yaml
npm_token: ${{ secrets.NPM_TOKEN }}
0 commit comments