Skip to content

Commit 582334e

Browse files
committed
Set channel, not channel_id
1 parent 18e6431 commit 582334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
token: ${{ secrets.SLACK_BOT_TOKEN }}
134134
payload: |
135135
{
136-
"channel_id": "${{ secrets.SLACK_CHANNEL_ID }}",
136+
"channel": "${{ secrets.SLACK_CHANNEL_ID }}",
137137
"text": "New RocksDB prebuild: v${{ needs.check.outputs.version }}",
138138
"blocks": [
139139
{

0 commit comments

Comments
 (0)