Skip to content

Commit c5da6cf

Browse files
author
BotReleaser
committed
Make slack channel id a repo Actions variable
1 parent 5d3f2ce commit c5da6cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Slack channel id, channel name, or user id to post message.
110110
# See also: https://api.slack.com/methods/chat.postMessage#channels
111111
# On special mentions: https://api.slack.com/reference/surfaces/formatting#special-mentions
112-
channel-id: 'C02Q2772VEH'
112+
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
113113
slack-message: "<!channel> New release: ${{ github.ref_name }} is being made !:tada:\nRelease notes there: ${{ steps.github-release.outputs.url }}"
114114
# For posting a rich message using Block Kit
115115
env:

0 commit comments

Comments
 (0)