Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bandwidth/build-notify-slack-action
- Owner: Bandwidth
- License: mit
- Created: 2021-06-25T19:24:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:02:04.000Z (5 months ago)
- Last Synced: 2024-11-15T00:11:57.716Z (3 months ago)
- Topics: github-action, sdlc-enforced, software-infrastructure
- Language: JavaScript
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 }}
```