mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-14 18:10:40 +00:00
1.6 KiB
1.6 KiB
github-releases-notifier
GitHub release notification bot
Receive Slack notifications if a new release of your favorite software is available on GitHub.
Setup
- Get a URL to send WebHooks to your Slack.
- Get a token for scraping GitHub: https://help.github.com/.
To watch repositories simply add them to the list of arguments e.g. -r=kubernetes/kubernetes -r=prometheus/prometheus
.
Docker
docker run --rm \
-e GITHUB_TOKEN=XXX \
-e SLACK_HOOK=https://hooks.slack.com/... \
thegeeklab/github-releases-notifier -r=kubernetes/kubernetes