We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cec71 commit 656d89fCopy full SHA for 656d89f
.github/workflows/publish.yml
@@ -30,7 +30,9 @@ jobs:
30
with:
31
payload: |
32
{
33
- "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 }}",
34
+ "username": "Python SDK",
35
+ "icon_url": "https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png"
36
}
37
env:
38
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments