Skip to content

Commit

Permalink
action.cjs: fix slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Jul 1, 2024
1 parent 6ca830d commit 15202d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/renovate-sanity-check/action.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = async ({ github, context, inputs, actionPath, core, debug = fal
debug
})

if (message.length > 0) { await sendSlackMessage({ debug, username: 'renovate-sanity-check', message, color: 'yellow', channel: '#security-action', token: inputs.slack_token }) }
if (message.length > 0) { await sendSlackMessage({ debug, username: 'renovate-sanity-check', message, color: 'yellow', channel: '#secops-hotspots', token: inputs.slack_token }) }
}

0 comments on commit 15202d0

Please sign in to comment.