Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netfloex/github-release-notifier
- Owner: Netfloex
- License: mit
- Created: 2022-07-07T16:27:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T13:10:03.000Z (about 2 years ago)
- Last Synced: 2023-03-05T20:13:38.223Z (over 1 year ago)
- Topics: discord, github, github-release, github-releases, notifier, webhook, webhooks
- Language: TypeScript
- Homepage: https://hub.docker.com/r/netfloex/github-release-notifier
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/**
```