Add support for build success/failure notifications to be sent to slack using [`slackapi/slack-github-action`](https://docs.slack.dev/tools/slack-github-action/) Add two new optional inputs: ```yaml slack-on-failure: bool slack-on-success: bool ``` And a new secret: ``` slack-token: string ```
Add support for build success/failure notifications to be sent to slack using
slackapi/slack-github-actionAdd two new optional inputs:
And a new secret: