Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bandwidth/build-notify-slack-action

Notify Slack of GitHub Actions build status
https://github.com/bandwidth/build-notify-slack-action

github-action sdlc-enforced software-infrastructure

Last synced: about 1 month ago
JSON representation

Notify Slack of GitHub Actions build status

Awesome Lists containing this project

README

        

# build-notify-slack-action

This simple action notifies Slack of the build status.

# Usage

See [action.yml](action.yml)

```yaml
steps:
- uses: Bandwidth/build-notify-slack-action@v2
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
slack-channel: ${{ secrets.SLACK_CHANNEL }}
```