Skip to content

Commit 355fd7c

Browse files
committed
ci: alert slack
1 parent c2e8a34 commit 355fd7c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/sdk_publish_api_go.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
secrets:
2121
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2222
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
23+
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}

.github/workflows/sdk_publish_api_py.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2222
pypi_token: ${{ secrets.PYPI_TOKEN }}
2323
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
24+
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}

.github/workflows/sdk_publish_api_ts.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2222
npm_token: ${{ secrets.NPM_TOKEN }}
2323
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
24+
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}

0 commit comments

Comments
 (0)