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 48db1d3 commit 4d67187Copy full SHA for 4d67187
sanity-report-dev11.js
@@ -51,7 +51,7 @@ const sendSlackMessage = async (message) => {
51
try {
52
const result = await app.client.chat.postMessage({
53
token: process.env.SLACK_BOT_TOKEN,
54
- channel: process.env.SLACK_CHANNEL,
+ channel: process.env.SLACK_CHANNEL2,
55
text: message,
56
});
57
0 commit comments