We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69901b5 + c5da6cf commit b53ce12Copy full SHA for b53ce12
1 file changed
.github/workflows/post-release.yml
@@ -112,9 +112,10 @@ jobs:
112
with:
113
# Slack channel id, channel name, or user id to post message.
114
# See also: https://api.slack.com/methods/chat.postMessage#channels
115
- channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
+ # On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
116
+ channel-id: ${{ vars.SLACK_CHANNEL_ID }}
117
slack-message: |
- <@channel> New library release: ${{ env.VERSION_NAME }} :tada:
118
+ <!channel> New library release: ${{ env.VERSION_NAME }} :tada:
119
[Release notes](${{ steps.github-release.outputs.url }}) | [PyPI](https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }})
120
# reploy_broadcast == also send to channel
121
payload: |
0 commit comments