Skip to content

Commit

Permalink
Update release bot slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 4, 2024
1 parent e0cec71 commit 656d89f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
with:
payload: |
{
"text": "${{ github.event.release.tag_name }} was released.\n${{ github.event.release.html_url }}"
"text": "${{ github.event.release.tag_name }} was released.\n${{ github.event.release.html_url }}",
"username": "Python SDK",
"icon_url": "https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 656d89f

Please sign in to comment.