Skip to content

Commit 6240eb9

Browse files
Huzaif Mushtaq MirHuzaif Mushtaq Mir
authored andcommitted
ci: add slack notification
1 parent ee072dd commit 6240eb9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ jobs:
3838
3939
git tag "$VERSION" 2>/dev/null || echo "Tag already exists"
4040
git push origin "$VERSION" || true
41+
42+
- name: Notify slack releases channel
43+
uses: slackapi/slack-github-action@v2
44+
with:
45+
webhook: ${{ secrets.SLACK_RELEASES_PROD_WEBHOOK_URL }}
46+
webhook-type: webhook-trigger
47+
payload: |
48+
status: "${{ job.status }}"
49+
environment: "PRODUCTION"
50+
project: "LexFloatClient Python"

0 commit comments

Comments
 (0)