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.
1 parent 5d3f2ce commit c5da6cfCopy full SHA for c5da6cf
1 file changed
.github/workflows/post-release.yml
@@ -109,7 +109,7 @@ jobs:
109
# Slack channel id, channel name, or user id to post message.
110
# See also: https://api.slack.com/methods/chat.postMessage#channels
111
# On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
112
- channel-id: 'C02Q2772VEH'
+ channel-id: ${{ vars.SLACK_CHANNEL_ID }}
113
slack-message: "<!channel> New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114
# For posting a rich message using Block Kit
115
env:
0 commit comments