We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e227568 commit 559f6b5Copy full SHA for 559f6b5
sanity-report-dev11.js
@@ -75,7 +75,7 @@ const sendFailureDetails = async (threadTs) => {
75
try {
76
await app.client.chat.postMessage({
77
token: process.env.SLACK_BOT_TOKEN,
78
- channel: process.env.SLACK_CHANNEL,
+ channel: process.env.SLACK_CHANNEL2,
79
text: failureDetails,
80
thread_ts: threadTs,
81
});
0 commit comments