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 e673176 commit b7e3bc9Copy full SHA for b7e3bc9
sanity-report-dev11.js
@@ -102,7 +102,7 @@ const sendFailureDetails = async (threadTs) => {
102
try {
103
await app.client.chat.postMessage({
104
token: process.env.SLACK_BOT_TOKEN,
105
- channel: process.env.SLACK_CHANNEL,
+ channel: process.env.SLACK_CHANNEL2,
106
text: failureDetails,
107
thread_ts: threadTs,
108
});
0 commit comments