Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netfloex/github-release-notifier

Triggers webhooks when a Github repo has a new release
https://github.com/netfloex/github-release-notifier

discord github github-release github-releases notifier webhook webhooks

Last synced: about 8 hours ago
JSON representation

Triggers webhooks when a Github repo has a new release

Awesome Lists containing this project

README

        

# Github Release Notifier

```yaml
version: "3"
services:
grn:
image: netfloex/github-release-notifier:v1.0.0
container_name: grn
environment:
GITHUB_TOKEN: **
REPOSITORIES: |
Netfloex/Nginx
Netfloex/Spel
DISCORD_WEBHOOKS: https://discord.com/api/webhooks/**
```