Skip to content

Commit 656d89f

Browse files
committed
Update release bot slack notification
1 parent e0cec71 commit 656d89f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
with:
3131
payload: |
3232
{
33-
"text": "${{ github.event.release.tag_name }} was released.\n${{ github.event.release.html_url }}"
33+
"text": "${{ github.event.release.tag_name }} was released.\n${{ github.event.release.html_url }}",
34+
"username": "Python SDK",
35+
"icon_url": "https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png"
3436
}
3537
env:
3638
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)