Skip to content

Commit 559f6b5

Browse files
committedMar 27, 2025
fix: update Slack channel for failure details notification
1 parent e227568 commit 559f6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sanity-report-dev11.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const sendFailureDetails = async (threadTs) => {
7575
try {
7676
await app.client.chat.postMessage({
7777
token: process.env.SLACK_BOT_TOKEN,
78-
channel: process.env.SLACK_CHANNEL,
78+
channel: process.env.SLACK_CHANNEL2,
7979
text: failureDetails,
8080
thread_ts: threadTs,
8181
});

0 commit comments

Comments
 (0)