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 9870ff0 commit abff767Copy full SHA for abff767
sanity-report-dev11.js
@@ -72,7 +72,7 @@ const sendSlackMessage = async () => {
72
try {
73
const result = await app.client.chat.postMessage({
74
token: process.env.SLACK_BOT_TOKEN,
75
- channel: process.env.SLACK_CHANNEL,
+ channel: process.env.SLACK_CHANNEL2,
76
text: slackMessage.text, // Ensure this is the full object
77
});
78
0 commit comments